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