PostgreSQL Source Code  git master
Sharedsort Struct Reference

Data Fields

slock_t mutex
 
int currentWorker
 
int workersFinished
 
SharedFileSet fileset
 
int nTapes
 
TapeShare tapes [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 341 of file tuplesort.c.

Field Documentation

◆ currentWorker

int Sharedsort::currentWorker

Definition at line 354 of file tuplesort.c.

Referenced by tuplesort_initialize_shared(), and worker_get_identifier().

◆ fileset

SharedFileSet Sharedsort::fileset

◆ mutex

◆ nTapes

int Sharedsort::nTapes

Definition at line 361 of file tuplesort.c.

Referenced by tuplesort_initialize_shared().

◆ tapes

◆ workersFinished

int Sharedsort::workersFinished

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