PostgreSQL Source Code  git master
LockRows Struct Reference

#include <plannodes.h>

Data Fields

Plan plan
 
ListrowMarks
 
int epqParam
 

Detailed Description

Definition at line 1256 of file plannodes.h.

Field Documentation

◆ epqParam

int LockRows::epqParam

Definition at line 1260 of file plannodes.h.

Referenced by ExecInitLockRows(), and make_lockrows().

◆ plan

Plan LockRows::plan

Definition at line 1258 of file plannodes.h.

Referenced by make_lockrows().

◆ rowMarks

List* LockRows::rowMarks

Definition at line 1259 of file plannodes.h.

Referenced by ExecInitLockRows(), and make_lockrows().


The documentation for this struct was generated from the following file: