PostgreSQL Source Code git master
Loading...
Searching...
No Matches
RepackDecodingState Struct Reference

#include <repack_internal.h>

Data Fields

Oid relid
 
MemoryContext change_cxt
 
TupleTableSlotslot
 
MemoryContext worker_cxt
 
ResourceOwner worker_resowner
 
BufFilefile
 

Detailed Description

Definition at line 40 of file repack_internal.h.

Field Documentation

◆ change_cxt

MemoryContext RepackDecodingState::change_cxt

Definition at line 46 of file repack_internal.h.

◆ file

BufFile* RepackDecodingState::file

Definition at line 58 of file repack_internal.h.

◆ relid

Oid RepackDecodingState::relid

Definition at line 43 of file repack_internal.h.

◆ slot

TupleTableSlot* RepackDecodingState::slot

Definition at line 49 of file repack_internal.h.

◆ worker_cxt

MemoryContext RepackDecodingState::worker_cxt

Definition at line 54 of file repack_internal.h.

◆ worker_resowner

ResourceOwner RepackDecodingState::worker_resowner

Definition at line 55 of file repack_internal.h.


The documentation for this struct was generated from the following file: