PostgreSQL Source Code
git master
|
#include <executor.h>
Data Fields | |
TupleTableSlot * | slot |
DestReceiver * | dest |
Definition at line 515 of file executor.h.
DestReceiver* TupOutputState::dest |
Definition at line 518 of file executor.h.
Referenced by begin_tup_output_tupdesc(), do_tup_output(), end_tup_output(), and ExecuteCallStmt().
TupleTableSlot* TupOutputState::slot |
Definition at line 517 of file executor.h.
Referenced by begin_tup_output_tupdesc(), do_tup_output(), end_tup_output(), and ExecuteCallStmt().