PostgreSQL Source Code git master
|
Data Fields | |
Tuplestorestate * | tupstore |
TupleDesc | tupdesc |
bool | binary_output |
int64 | returned_rows |
Definition at line 40 of file logicalfuncs.c.
bool DecodingOutputState::binary_output |
Definition at line 44 of file logicalfuncs.c.
Referenced by LogicalOutputWrite().
int64 DecodingOutputState::returned_rows |
Definition at line 45 of file logicalfuncs.c.
Referenced by LogicalOutputWrite().
TupleDesc DecodingOutputState::tupdesc |
Definition at line 43 of file logicalfuncs.c.
Referenced by LogicalOutputWrite().
Tuplestorestate* DecodingOutputState::tupstore |
Definition at line 42 of file logicalfuncs.c.
Referenced by LogicalOutputWrite().