PostgreSQL Source Code  git master
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(), sts_puttuple(), and sts_read_tuple().

◆ name

char SharedTuplestore::name[NAMEDATALEN]

Definition at line 64 of file sharedtuplestore.c.

Referenced by sts_filename(), and sts_initialize().

◆ nparticipants

int SharedTuplestore::nparticipants

◆ participants


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