|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| List * | rowMarks |
| int | epqParam |
Definition at line 2587 of file pathnodes.h.
| int LockRowsPath::epqParam |
Definition at line 2592 of file pathnodes.h.
Referenced by create_lockrows_path(), and create_lockrows_plan().
| Path LockRowsPath::path |
Definition at line 2589 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_lockrows_path().
| List* LockRowsPath::rowMarks |
Definition at line 2591 of file pathnodes.h.
Referenced by create_lockrows_path(), and create_lockrows_plan().
| Path* LockRowsPath::subpath |
Definition at line 2590 of file pathnodes.h.
Referenced by create_lockrows_path(), and create_lockrows_plan().