PostgreSQL Source Code  git master
GinPostingList Struct Reference

#include <ginblock.h>

Data Fields

ItemPointerData first
 
uint16 nbytes
 
unsigned char bytes [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 335 of file ginblock.h.

Field Documentation

◆ bytes

unsigned char GinPostingList::bytes[FLEXIBLE_ARRAY_MEMBER]

Definition at line 339 of file ginblock.h.

Referenced by ginCompressPostingList(), and ginPostingListDecodeAllSegments().

◆ first

ItemPointerData GinPostingList::first

◆ nbytes

uint16 GinPostingList::nbytes

Definition at line 338 of file ginblock.h.

Referenced by ginCompressPostingList(), and ginPostingListDecodeAllSegments().


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