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

#include <repack_internal.h>

Data Fields

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 48 of file repack_internal.h.

◆ file

BufFile* RepackDecodingState::file

Definition at line 60 of file repack_internal.h.

◆ slot

TupleTableSlot* RepackDecodingState::slot

Definition at line 51 of file repack_internal.h.

◆ worker_cxt

MemoryContext RepackDecodingState::worker_cxt

Definition at line 56 of file repack_internal.h.

◆ worker_resowner

ResourceOwner RepackDecodingState::worker_resowner

Definition at line 57 of file repack_internal.h.


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