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

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
bool dummypp
 

Detailed Description

Definition at line 2308 of file pathnodes.h.

Field Documentation

◆ dummypp

bool ProjectionPath::dummypp

Definition at line 2312 of file pathnodes.h.

Referenced by create_projection_path().

◆ path

Path ProjectionPath::path

◆ subpath

Path* ProjectionPath::subpath

Definition at line 2311 of file pathnodes.h.

Referenced by create_projection_path(), and create_projection_plan().


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