|
PostgreSQL Source Code git master
|
#include <supportnodes.h>
Data Fields | |
| NodeTag | type |
| Oid | funcid |
| List * | args |
| int | paramid |
Definition at line 414 of file supportnodes.h.
| List* SupportRequestModifyInPlace::args |
Definition at line 419 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 418 of file supportnodes.h.
Referenced by exec_check_rw_parameter().
| int SupportRequestModifyInPlace::paramid |
Definition at line 420 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 416 of file supportnodes.h.
Referenced by exec_check_rw_parameter().