PostgreSQL Source Code
git master
|
#include <ginblock.h>
Data Fields | |
ItemPointerData | first |
uint16 | nbytes |
unsigned char | bytes [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 336 of file ginblock.h.
unsigned char GinPostingList::bytes[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 340 of file ginblock.h.
Referenced by ginCompressPostingList(), and ginPostingListDecodeAllSegments().
ItemPointerData GinPostingList::first |
Definition at line 338 of file ginblock.h.
Referenced by addItemsToLeaf(), gin_leafpage_items(), ginCompressPostingList(), GinDataLeafPageGetItems(), ginPostingListDecodeAllSegments(), and leafRepackItems().
uint16 GinPostingList::nbytes |
Definition at line 339 of file ginblock.h.
Referenced by gin_leafpage_items(), ginCompressPostingList(), and ginPostingListDecodeAllSegments().