PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
int | wtParam |
Definition at line 662 of file plannodes.h.
Scan WorkTableScan::scan |
Definition at line 664 of file plannodes.h.
Referenced by create_worktablescan_plan(), ExecInitWorkTableScan(), and make_worktablescan().
int WorkTableScan::wtParam |
Definition at line 665 of file plannodes.h.
Referenced by find_recursive_union(), and make_worktablescan().