|
PostgreSQL Source Code git master
|
#include <repack_internal.h>
Data Fields | |
| MemoryContext | change_cxt |
| TupleTableSlot * | slot |
| MemoryContext | worker_cxt |
| ResourceOwner | worker_resowner |
| BufFile * | file |
Definition at line 40 of file repack_internal.h.
| MemoryContext RepackDecodingState::change_cxt |
Definition at line 48 of file repack_internal.h.
| BufFile* RepackDecodingState::file |
Definition at line 60 of file repack_internal.h.
| TupleTableSlot* RepackDecodingState::slot |
Definition at line 51 of file repack_internal.h.
| MemoryContext RepackDecodingState::worker_cxt |
Definition at line 56 of file repack_internal.h.
| ResourceOwner RepackDecodingState::worker_resowner |
Definition at line 57 of file repack_internal.h.