PostgreSQL Source Code git master
|
#include <supportnodes.h>
Data Fields | |
NodeTag | type |
Oid | funcid |
List * | args |
int | paramid |
Definition at line 384 of file supportnodes.h.
List* SupportRequestModifyInPlace::args |
Definition at line 389 of file supportnodes.h.
Referenced by array_append_support(), array_prepend_support(), array_subscript_handler_support(), and exec_check_rw_parameter().
Oid SupportRequestModifyInPlace::funcid |
Definition at line 388 of file supportnodes.h.
Referenced by exec_check_rw_parameter().
int SupportRequestModifyInPlace::paramid |
Definition at line 390 of file supportnodes.h.
Referenced by array_append_support(), array_prepend_support(), array_subscript_handler_support(), and exec_check_rw_parameter().
NodeTag SupportRequestModifyInPlace::type |
Definition at line 386 of file supportnodes.h.
Referenced by exec_check_rw_parameter().