PostgreSQL Source Code  git master
GinEntries Struct Reference

Data Fields

Datumbuf
 
int count
 
int allocated
 

Detailed Description

Definition at line 80 of file jsonb_gin.c.

Field Documentation

◆ allocated

int GinEntries::allocated

Definition at line 84 of file jsonb_gin.c.

Referenced by add_gin_entry(), and init_gin_entries().

◆ buf

Datum* GinEntries::buf

◆ count

int GinEntries::count

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