|
PostgreSQL Source Code git master
|
Data Fields | |
| TuplesortPublic | base |
| TupSortStatus | status |
| bool | bounded |
| bool | boundUsed |
| int | bound |
| int64 | tupleMem |
| int64 | availMem |
| int64 | allowedMem |
| int | maxTapes |
| int64 | maxSpace |
| bool | isMaxSpaceDisk |
| TupSortStatus | maxSpaceStatus |
| LogicalTapeSet * | tapeset |
| SortTuple * | memtuples |
| int | memtupcount |
| int | memtupsize |
| bool | growmemtuples |
| bool | slabAllocatorUsed |
| char * | slabMemoryBegin |
| char * | slabMemoryEnd |
| SlabSlot * | slabFreeHead |
| size_t | tape_buffer_mem |
| void * | lastReturnedTuple |
| int | currentRun |
| LogicalTape ** | inputTapes |
| int | nInputTapes |
| int | nInputRuns |
| LogicalTape ** | outputTapes |
| int | nOutputTapes |
| int | nOutputRuns |
| LogicalTape * | destTape |
| LogicalTape * | result_tape |
| int | current |
| bool | eof_reached |
| int64 | markpos_block |
| int | markpos_offset |
| bool | markpos_eof |
| int | worker |
| Sharedsort * | shared |
| int | nParticipants |
| int64 | abbrevNext |
| PGRUsage | ru_start |
Definition at line 185 of file tuplesort.c.
| int64 Tuplesortstate::abbrevNext |
Definition at line 330 of file tuplesort.c.
| int64 Tuplesortstate::allowedMem |
Definition at line 199 of file tuplesort.c.
| int64 Tuplesortstate::availMem |
Definition at line 198 of file tuplesort.c.
| TuplesortPublic Tuplesortstate::base |
Definition at line 187 of file tuplesort.c.
| int Tuplesortstate::bound |
Definition at line 192 of file tuplesort.c.
| bool Tuplesortstate::bounded |
Definition at line 189 of file tuplesort.c.
| bool Tuplesortstate::boundUsed |
Definition at line 191 of file tuplesort.c.
| int Tuplesortstate::current |
Definition at line 296 of file tuplesort.c.
| int Tuplesortstate::currentRun |
Definition at line 270 of file tuplesort.c.
| LogicalTape* Tuplesortstate::destTape |
Definition at line 288 of file tuplesort.c.
| bool Tuplesortstate::eof_reached |
Definition at line 297 of file tuplesort.c.
| bool Tuplesortstate::growmemtuples |
Definition at line 220 of file tuplesort.c.
| LogicalTape** Tuplesortstate::inputTapes |
Definition at line 280 of file tuplesort.c.
| bool Tuplesortstate::isMaxSpaceDisk |
Definition at line 204 of file tuplesort.c.
| void* Tuplesortstate::lastReturnedTuple |
Definition at line 264 of file tuplesort.c.
| int64 Tuplesortstate::markpos_block |
Definition at line 300 of file tuplesort.c.
| bool Tuplesortstate::markpos_eof |
Definition at line 302 of file tuplesort.c.
| int Tuplesortstate::markpos_offset |
Definition at line 301 of file tuplesort.c.
| int64 Tuplesortstate::maxSpace |
Definition at line 202 of file tuplesort.c.
| TupSortStatus Tuplesortstate::maxSpaceStatus |
Definition at line 207 of file tuplesort.c.
| int Tuplesortstate::maxTapes |
Definition at line 200 of file tuplesort.c.
| int Tuplesortstate::memtupcount |
Definition at line 218 of file tuplesort.c.
| SortTuple* Tuplesortstate::memtuples |
Definition at line 217 of file tuplesort.c.
| int Tuplesortstate::memtupsize |
Definition at line 219 of file tuplesort.c.
| int Tuplesortstate::nInputRuns |
Definition at line 282 of file tuplesort.c.
| int Tuplesortstate::nInputTapes |
Definition at line 281 of file tuplesort.c.
| int Tuplesortstate::nOutputRuns |
Definition at line 286 of file tuplesort.c.
| int Tuplesortstate::nOutputTapes |
Definition at line 285 of file tuplesort.c.
| int Tuplesortstate::nParticipants |
Definition at line 322 of file tuplesort.c.
| LogicalTape** Tuplesortstate::outputTapes |
Definition at line 284 of file tuplesort.c.
| LogicalTape* Tuplesortstate::result_tape |
Definition at line 295 of file tuplesort.c.
| PGRUsage Tuplesortstate::ru_start |
Definition at line 336 of file tuplesort.c.
| Sharedsort* Tuplesortstate::shared |
Definition at line 321 of file tuplesort.c.
| bool Tuplesortstate::slabAllocatorUsed |
Definition at line 249 of file tuplesort.c.
| SlabSlot* Tuplesortstate::slabFreeHead |
Definition at line 253 of file tuplesort.c.
| char* Tuplesortstate::slabMemoryBegin |
Definition at line 251 of file tuplesort.c.
| char* Tuplesortstate::slabMemoryEnd |
Definition at line 252 of file tuplesort.c.
| TupSortStatus Tuplesortstate::status |
Definition at line 188 of file tuplesort.c.
| size_t Tuplesortstate::tape_buffer_mem |
Definition at line 256 of file tuplesort.c.
| LogicalTapeSet* Tuplesortstate::tapeset |
Definition at line 208 of file tuplesort.c.
| int64 Tuplesortstate::tupleMem |
Definition at line 193 of file tuplesort.c.
| int Tuplesortstate::worker |
Definition at line 320 of file tuplesort.c.