mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 04:37:45 +08:00
ListCells are only 8 bytes instead of 12 (on 4-byte-pointer machines anyway), it's worth maintaining a separate freelist for 8-byte objects. Remembering that alloc chunks carry 8 bytes of overhead, this should reduce the net storage requirement for a long List by about a third.