|
PostgreSQL Source Code git master
|
Data Fields | |
| TupStoreStatus | status |
| int | eflags |
| bool | backward |
| bool | interXact |
| bool | truncated |
| bool | usedDisk |
| int64 | maxSpace |
| int64 | availMem |
| int64 | allowedMem |
| int64 | tuples |
| BufFile * | myfile |
| MemoryContext | context |
| ResourceOwner | resowner |
| void *(* | copytup )(Tuplestorestate *state, void *tup) |
| void(* | writetup )(Tuplestorestate *state, void *tup) |
| void *(* | readtup )(Tuplestorestate *state, unsigned int len) |
| void ** | memtuples |
| int | memtupdeleted |
| int | memtupcount |
| int | memtupsize |
| bool | growmemtuples |
| TSReadPointer * | readptrs |
| int | activeptr |
| int | readptrcount |
| int | readptrsize |
| int | writepos_file |
| off_t | writepos_offset |
Definition at line 103 of file tuplestore.c.
| int Tuplestorestate::activeptr |
Definition at line 177 of file tuplestore.c.
| int64 Tuplestorestate::allowedMem |
Definition at line 113 of file tuplestore.c.
| int64 Tuplestorestate::availMem |
Definition at line 112 of file tuplestore.c.
| bool Tuplestorestate::backward |
Definition at line 107 of file tuplestore.c.
| MemoryContext Tuplestorestate::context |
Definition at line 116 of file tuplestore.c.
| void *(* Tuplestorestate::copytup) (Tuplestorestate *state, void *tup) |
Definition at line 133 of file tuplestore.c.
| int Tuplestorestate::eflags |
Definition at line 106 of file tuplestore.c.
| bool Tuplestorestate::growmemtuples |
Definition at line 166 of file tuplestore.c.
| bool Tuplestorestate::interXact |
Definition at line 108 of file tuplestore.c.
| int64 Tuplestorestate::maxSpace |
Definition at line 111 of file tuplestore.c.
| int Tuplestorestate::memtupcount |
Definition at line 164 of file tuplestore.c.
| int Tuplestorestate::memtupdeleted |
Definition at line 163 of file tuplestore.c.
| void** Tuplestorestate::memtuples |
Definition at line 162 of file tuplestore.c.
| int Tuplestorestate::memtupsize |
Definition at line 165 of file tuplestore.c.
| BufFile* Tuplestorestate::myfile |
Definition at line 115 of file tuplestore.c.
| int Tuplestorestate::readptrcount |
Definition at line 178 of file tuplestore.c.
| TSReadPointer* Tuplestorestate::readptrs |
Definition at line 176 of file tuplestore.c.
| int Tuplestorestate::readptrsize |
Definition at line 179 of file tuplestore.c.
| void *(* Tuplestorestate::readtup) (Tuplestorestate *state, unsigned int len) |
Definition at line 150 of file tuplestore.c.
| ResourceOwner Tuplestorestate::resowner |
Definition at line 117 of file tuplestore.c.
| TupStoreStatus Tuplestorestate::status |
Definition at line 105 of file tuplestore.c.
| bool Tuplestorestate::truncated |
Definition at line 109 of file tuplestore.c.
| int64 Tuplestorestate::tuples |
Definition at line 114 of file tuplestore.c.
| bool Tuplestorestate::usedDisk |
Definition at line 110 of file tuplestore.c.
| int Tuplestorestate::writepos_file |
Definition at line 181 of file tuplestore.c.
| off_t Tuplestorestate::writepos_offset |
Definition at line 182 of file tuplestore.c.
| void(* Tuplestorestate::writetup) (Tuplestorestate *state, void *tup) |
Definition at line 142 of file tuplestore.c.