PostgreSQL Source Code  git master
SharedTuplestoreParticipant Struct Reference

Data Fields

LWLock lock
 
BlockNumber read_page
 
BlockNumber npages
 
bool writing
 

Detailed Description

Definition at line 50 of file sharedtuplestore.c.

Field Documentation

◆ lock

LWLock SharedTuplestoreParticipant::lock

Definition at line 52 of file sharedtuplestore.c.

Referenced by sts_initialize(), and sts_parallel_scan_next().

◆ npages

BlockNumber SharedTuplestoreParticipant::npages

Definition at line 54 of file sharedtuplestore.c.

Referenced by sts_flush_chunk(), sts_initialize(), and sts_parallel_scan_next().

◆ read_page

BlockNumber SharedTuplestoreParticipant::read_page

Definition at line 53 of file sharedtuplestore.c.

Referenced by sts_initialize(), sts_parallel_scan_next(), and sts_reinitialize().

◆ writing

bool SharedTuplestoreParticipant::writing

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