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