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 346 of file tuplesort.c.

Field Documentation

◆ currentWorker

int Sharedsort::currentWorker

Definition at line 359 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 366 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: