|
PostgreSQL Source Code git master
|
#include <supportnodes.h>
Data Fields | |
| NodeTag | type |
| PlannerInfo * | root |
| RangeTblFunction * | rtfunc |
| HeapTuple | proc |
Definition at line 118 of file supportnodes.h.
| HeapTuple SupportRequestInlineInFrom::proc |
Definition at line 124 of file supportnodes.h.
Referenced by inline_function_in_from(), and test_inline_in_from_support_func().
| PlannerInfo* SupportRequestInlineInFrom::root |
Definition at line 122 of file supportnodes.h.
Referenced by inline_function_in_from().
| RangeTblFunction* SupportRequestInlineInFrom::rtfunc |
Definition at line 123 of file supportnodes.h.
Referenced by inline_function_in_from(), and test_inline_in_from_support_func().
| NodeTag SupportRequestInlineInFrom::type |
Definition at line 120 of file supportnodes.h.
Referenced by inline_function_in_from().