|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| List * | lr_arowMarks |
| EPQState | lr_epqstate |
Definition at line 2750 of file execnodes.h.
| List* LockRowsState::lr_arowMarks |
Definition at line 2753 of file execnodes.h.
Referenced by ExecLockRows().
| EPQState LockRowsState::lr_epqstate |
Definition at line 2754 of file execnodes.h.
Referenced by ExecEndLockRows(), and ExecLockRows().
| PlanState LockRowsState::ps |
Definition at line 2752 of file execnodes.h.
Referenced by ExecLockRows().