PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
ExprState * | fdw_recheck_quals |
Size | pscan_len |
ResultRelInfo * | resultRelInfo |
struct FdwRoutine * | fdwroutine |
void * | fdw_state |
Definition at line 2097 of file execnodes.h.
ExprState* ForeignScanState::fdw_recheck_quals |
Definition at line 2100 of file execnodes.h.
Referenced by ExecInitForeignScan(), and ForeignRecheck().
void* ForeignScanState::fdw_state |
Definition at line 2105 of file execnodes.h.
Referenced by create_cursor(), ExecInitForeignScan(), execute_dml_stmt(), fetch_more_data(), fetch_more_data_begin(), fileBeginForeignScan(), fileEndForeignScan(), fileIterateForeignScan(), fileReScanForeignScan(), get_returning_data(), postgresBeginDirectModify(), postgresBeginForeignScan(), postgresEndDirectModify(), postgresEndForeignScan(), postgresForeignAsyncConfigureWait(), postgresForeignAsyncNotify(), postgresIterateDirectModify(), postgresIterateForeignScan(), postgresReScanForeignScan(), process_pending_request(), and produce_tuple_asynchronously().
struct FdwRoutine* ForeignScanState::fdwroutine |
Definition at line 2104 of file execnodes.h.
Referenced by ExecAsyncForeignScanConfigureWait(), ExecAsyncForeignScanNotify(), ExecAsyncForeignScanRequest(), ExecEndForeignScan(), ExecForeignScanEstimate(), ExecForeignScanInitializeDSM(), ExecForeignScanInitializeWorker(), ExecForeignScanReInitializeDSM(), ExecInitForeignScan(), ExecReScanForeignScan(), ExecShutdownForeignScan(), ForeignNext(), ForeignRecheck(), and show_foreignscan_info().
Size ForeignScanState::pscan_len |
Definition at line 2101 of file execnodes.h.
Referenced by ExecForeignScanEstimate(), and ExecForeignScanInitializeDSM().
ResultRelInfo* ForeignScanState::resultRelInfo |
Definition at line 2102 of file execnodes.h.
Referenced by ExecInitForeignScan(), get_returning_data(), postgresBeginDirectModify(), and postgresIterateDirectModify().
ScanState ForeignScanState::ss |
Definition at line 2099 of file execnodes.h.
Referenced by conversion_error_callback(), create_cursor(), ExecEndForeignScan(), ExecForeignScan(), ExecForeignScanInitializeDSM(), ExecForeignScanInitializeWorker(), ExecForeignScanReInitializeDSM(), ExecInitForeignScan(), ExecReScanForeignScan(), execute_dml_stmt(), fetch_more_data(), fileBeginForeignScan(), fileExplainForeignScan(), fileIterateForeignScan(), fileReScanForeignScan(), ForeignNext(), ForeignRecheck(), get_returning_data(), get_tupdesc_for_join_scan_tuples(), make_tuple_from_result_row(), postgresBeginDirectModify(), postgresBeginForeignScan(), postgresExplainDirectModify(), postgresExplainForeignScan(), postgresIterateDirectModify(), postgresIterateForeignScan(), postgresRecheckForeignScan(), postgresReScanForeignScan(), and show_foreignscan_info().