Bugs item #1980062, was opened at 2008-05-30 22:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1980062&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Database
Group: v 2.1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thomas Harold (tgharold)
Assigned to: Nobody/Anonymous (nobody)
Summary: Long entries in alias.goto field cause log.data field error
Initial Comment:
Once the length of the alias.goto field approaches 255, PostfixAdmin will start erroring out due to attempting to write information into the log.data field.
The fix for this is to make the data field in the log table a "text" (in PostgreSQL) field instead of character(255).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1980062&group_id=191583
|