|
PostgreSQL Source Code git master
|
#include <repack_internal.h>
Data Fields | |
| Oid | relid |
| 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 46 of file repack_internal.h.
| BufFile* RepackDecodingState::file |
Definition at line 58 of file repack_internal.h.
| Oid RepackDecodingState::relid |
Definition at line 43 of file repack_internal.h.
| TupleTableSlot* RepackDecodingState::slot |
Definition at line 49 of file repack_internal.h.
| MemoryContext RepackDecodingState::worker_cxt |
Definition at line 54 of file repack_internal.h.
| ResourceOwner RepackDecodingState::worker_resowner |
Definition at line 55 of file repack_internal.h.