|
PostgreSQL Source Code git master
|
Data Fields | |
| slock_t | mutex |
| int | currentWorker |
| int | workersFinished |
| SharedFileSet | fileset |
| int | nTapes |
| TapeShare | tapes [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 341 of file tuplesort.c.
| int Sharedsort::currentWorker |
Definition at line 354 of file tuplesort.c.
Referenced by tuplesort_initialize_shared(), and worker_get_identifier().
| SharedFileSet Sharedsort::fileset |
Definition at line 358 of file tuplesort.c.
Referenced by leader_takeover_tapes(), tuplesort_attach_shared(), and tuplesort_initialize_shared().
| slock_t Sharedsort::mutex |
Definition at line 344 of file tuplesort.c.
Referenced by leader_takeover_tapes(), tuplesort_initialize_shared(), worker_freeze_result_tape(), and worker_get_identifier().
| int Sharedsort::nTapes |
Definition at line 361 of file tuplesort.c.
Referenced by tuplesort_initialize_shared().
| TapeShare Sharedsort::tapes[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 367 of file tuplesort.c.
Referenced by leader_takeover_tapes(), tuplesort_initialize_shared(), and worker_freeze_result_tape().
| int Sharedsort::workersFinished |
Definition at line 355 of file tuplesort.c.
Referenced by leader_takeover_tapes(), tuplesort_initialize_shared(), and worker_freeze_result_tape().