PostgreSQL Source Code git master
|
Data Fields | |
struct { | |
uint8 flags | |
int8 nwords | |
OffsetNumber full_offsets [NUM_FULL_OFFSETS] | |
} | header |
bitmapword | words [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 44 of file tidstore.c.
uint8 BlocktableEntry::flags |
Definition at line 54 of file tidstore.c.
OffsetNumber BlocktableEntry::full_offsets[NUM_FULL_OFFSETS] |
Definition at line 63 of file tidstore.c.
Referenced by TidStoreGetBlockOffsets(), TidStoreIsMember(), and TidStoreSetBlockOffsets().
struct { ... } BlocktableEntry::header |
Referenced by TidStoreGetBlockOffsets(), TidStoreIsMember(), and TidStoreSetBlockOffsets().
int8 BlocktableEntry::nwords |
Definition at line 56 of file tidstore.c.
Referenced by TidStoreGetBlockOffsets(), TidStoreIsMember(), and TidStoreSetBlockOffsets().
bitmapword BlocktableEntry::words[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 76 of file tidstore.c.
Referenced by TidStoreGetBlockOffsets(), TidStoreIsMember(), and TidStoreSetBlockOffsets().