PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
LockRowsPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
ListrowMarks
 
int epqParam
 

Detailed Description

Definition at line 2494 of file pathnodes.h.

Field Documentation

◆ epqParam

int LockRowsPath::epqParam

Definition at line 2499 of file pathnodes.h.

Referenced by create_lockrows_path(), and create_lockrows_plan().

◆ path

Path LockRowsPath::path

◆ rowMarks

List* LockRowsPath::rowMarks

Definition at line 2498 of file pathnodes.h.

Referenced by create_lockrows_path(), and create_lockrows_plan().

◆ subpath

Path* LockRowsPath::subpath

Definition at line 2497 of file pathnodes.h.

Referenced by create_lockrows_path(), and create_lockrows_plan().


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