PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Plan | plan |
List * | rowMarks |
int | epqParam |
Definition at line 1048 of file plannodes.h.
int LockRows::epqParam |
Definition at line 1052 of file plannodes.h.
Referenced by ExecInitLockRows(), and make_lockrows().
Plan LockRows::plan |
Definition at line 1050 of file plannodes.h.
Referenced by create_lockrows_plan(), and make_lockrows().
List* LockRows::rowMarks |
Definition at line 1051 of file plannodes.h.
Referenced by ExecInitLockRows(), and make_lockrows().