PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SharedTuplestoreChunk Struct Reference

Data Fields

int ntuples
 
int overflow
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 42 of file sharedtuplestore.c.

Field Documentation

◆ data

char SharedTuplestoreChunk::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 46 of file sharedtuplestore.c.

◆ ntuples

int SharedTuplestoreChunk::ntuples

Definition at line 44 of file sharedtuplestore.c.

◆ overflow

int SharedTuplestoreChunk::overflow

Definition at line 45 of file sharedtuplestore.c.


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