PostgreSQL Source Code
git master
|
Data Fields | |
union SlabSlot * | nextfree |
char | buffer [SLAB_SLOT_SIZE] |
Definition at line 148 of file tuplesort.c.
char SlabSlot::buffer[SLAB_SLOT_SIZE] |
Definition at line 151 of file tuplesort.c.
union SlabSlot* SlabSlot::nextfree |
Definition at line 150 of file tuplesort.c.