PostgreSQL Source Code  git master
SlabSlot Union Reference

Data Fields

union SlabSlotnextfree
 
char buffer [SLAB_SLOT_SIZE]
 

Detailed Description

Definition at line 145 of file tuplesort.c.

Field Documentation

◆ buffer

char SlabSlot::buffer[SLAB_SLOT_SIZE]

Definition at line 148 of file tuplesort.c.

◆ nextfree

union SlabSlot* SlabSlot::nextfree

Definition at line 147 of file tuplesort.c.


The documentation for this union was generated from the following file: