|
PostgreSQL Source Code git master
|
#include <supportnodes.h>
Data Fields | |
| NodeTag | type |
| Oid | funcid |
| List * | args |
| int | paramid |
Definition at line 439 of file supportnodes.h.
| List* SupportRequestModifyInPlace::args |
Definition at line 444 of file supportnodes.h.
| Oid SupportRequestModifyInPlace::funcid |
Definition at line 443 of file supportnodes.h.
| int SupportRequestModifyInPlace::paramid |
Definition at line 445 of file supportnodes.h.
| NodeTag SupportRequestModifyInPlace::type |
Definition at line 441 of file supportnodes.h.