PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
Plan | plan |
List * | rowMarks |
int | epqParam |
Definition at line 1411 of file plannodes.h.
int LockRows::epqParam |
Definition at line 1417 of file plannodes.h.
Referenced by ExecInitLockRows(), and make_lockrows().
Plan LockRows::plan |
Definition at line 1413 of file plannodes.h.
Referenced by make_lockrows(), and set_plan_refs().
List* LockRows::rowMarks |
Definition at line 1415 of file plannodes.h.
Referenced by ExecInitLockRows(), make_lockrows(), and set_plan_refs().