In src/backend/storage/freespace/freespace.c,
*
* MaxFSMRequestSize depends on the architecture and BLCKSZ, but assuming
* default 8k BLCKSZ, and that MaxFSMRequestSize is 24 bytes, the categories
* look like this
*
Is "24 bytes" a typo considering that
#define MaxFSMRequestSize MaxHeapTupleSize
?
--
Amit