PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GinBuffer Struct Reference

Data Fields

OffsetNumber attnum
 
GinNullCategory category
 
Datum key
 
Size keylen
 
int16 typlen
 
bool typbyval
 
int maxitems
 
int nitems
 
int nfrozen
 
SortSupport ssup
 
ItemPointerDataitems
 

Detailed Description

Definition at line 1147 of file gininsert.c.

Field Documentation

◆ attnum

◆ category

◆ items

◆ key

◆ keylen

Size GinBuffer::keylen

Definition at line 1152 of file gininsert.c.

Referenced by GinBufferReset(), and GinBufferStoreTuple().

◆ maxitems

int GinBuffer::maxitems

Definition at line 1159 of file gininsert.c.

Referenced by GinBufferInit(), and GinBufferShouldTrim().

◆ nfrozen

◆ nitems

◆ ssup

SortSupport GinBuffer::ssup

Definition at line 1164 of file gininsert.c.

Referenced by GinBufferInit(), and GinBufferKeyEquals().

◆ typbyval

bool GinBuffer::typbyval

◆ typlen

int16 GinBuffer::typlen

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