|
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 343 of file tuplesort.c.
| int Sharedsort::currentWorker |
Definition at line 356 of file tuplesort.c.
Referenced by tuplesort_initialize_shared(), and worker_get_identifier().
| SharedFileSet Sharedsort::fileset |
Definition at line 360 of file tuplesort.c.
Referenced by leader_takeover_tapes(), tuplesort_attach_shared(), and tuplesort_initialize_shared().
| slock_t Sharedsort::mutex |
Definition at line 346 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 363 of file tuplesort.c.
Referenced by tuplesort_initialize_shared().
| TapeShare Sharedsort::tapes[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 369 of file tuplesort.c.
Referenced by leader_takeover_tapes(), tuplesort_initialize_shared(), and worker_freeze_result_tape().
| int Sharedsort::workersFinished |
Definition at line 357 of file tuplesort.c.
Referenced by leader_takeover_tapes(), tuplesort_initialize_shared(), and worker_freeze_result_tape().