PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SubPlanRTInfo Struct Reference

#include <plannodes.h>

Data Fields

NodeTag type
 
charplan_name
 
Index rtoffset
 
bool dummy
 

Detailed Description

Definition at line 1849 of file plannodes.h.

Field Documentation

◆ dummy

bool SubPlanRTInfo::dummy

Definition at line 1854 of file plannodes.h.

◆ plan_name

char* SubPlanRTInfo::plan_name

Definition at line 1852 of file plannodes.h.

◆ rtoffset

Index SubPlanRTInfo::rtoffset

Definition at line 1853 of file plannodes.h.

◆ type

NodeTag SubPlanRTInfo::type

Definition at line 1851 of file plannodes.h.


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