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

Data Fields

int nparticipants
 
int flags
 
size_t meta_data_size
 
char name [NAMEDATALEN]
 
SharedTuplestoreParticipant participants [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 59 of file sharedtuplestore.c.

Field Documentation

◆ flags

int SharedTuplestore::flags

Definition at line 62 of file sharedtuplestore.c.

Referenced by sts_initialize().

◆ meta_data_size

size_t SharedTuplestore::meta_data_size

Definition at line 63 of file sharedtuplestore.c.

Referenced by sts_initialize().

◆ name

char SharedTuplestore::name[NAMEDATALEN]

Definition at line 64 of file sharedtuplestore.c.

Referenced by sts_initialize().

◆ nparticipants

int SharedTuplestore::nparticipants

Definition at line 61 of file sharedtuplestore.c.

Referenced by sts_initialize().

◆ participants

SharedTuplestoreParticipant SharedTuplestore::participants[FLEXIBLE_ARRAY_MEMBER]

Definition at line 67 of file sharedtuplestore.c.

Referenced by sts_initialize().


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