Summary | Table creation script for Postgres undersizes object_members |
Queue | Turba |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | iviemeister (at) nutleyschools (dot) org |
Created | 08/25/2005 (7291 days ago) |
Due | |
Updated | 08/25/2005 (7291 days ago) |
Assigned | |
Resolved | 08/25/2005 (7291 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Table creation script for Postgres undersizes object_members
Queue ⇒ Turba
object_members VARCHAR(4096)
Thus limiting the maximum number of addresses in a list to 90, due to
each contact on the list using 32 bytes for the object_id, plus the
serialize overhead.
I'd suggest either using TEXT as a much closer match to the BLOB types
used by the other sql scripts, or making the default much higher than
4k.