PostgreSQL Source Code  git master
DecodingOutputState Struct Reference

Data Fields

Tuplestorestatetupstore
 
TupleDesc tupdesc
 
bool binary_output
 
int64 returned_rows
 

Detailed Description

Definition at line 40 of file logicalfuncs.c.

Field Documentation

◆ binary_output

bool DecodingOutputState::binary_output

Definition at line 44 of file logicalfuncs.c.

Referenced by LogicalOutputWrite().

◆ returned_rows

int64 DecodingOutputState::returned_rows

Definition at line 45 of file logicalfuncs.c.

Referenced by LogicalOutputWrite().

◆ tupdesc

TupleDesc DecodingOutputState::tupdesc

Definition at line 43 of file logicalfuncs.c.

Referenced by LogicalOutputWrite().

◆ tupstore

Tuplestorestate* DecodingOutputState::tupstore

Definition at line 42 of file logicalfuncs.c.

Referenced by LogicalOutputWrite().


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