|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| NodeTag | type |
| int | plan_node_id |
| NodeTag | elided_type |
| Bitmapset * | relids |
Definition at line 1864 of file plannodes.h.
| NodeTag ElidedNode::elided_type |
Definition at line 1868 of file plannodes.h.
Referenced by pgpa_build_scan(), and record_elided_node().
| int ElidedNode::plan_node_id |
Definition at line 1867 of file plannodes.h.
Referenced by record_elided_node().
| Bitmapset* ElidedNode::relids |
Definition at line 1869 of file plannodes.h.
Referenced by pgpa_build_scan(), and record_elided_node().
| NodeTag ElidedNode::type |
Definition at line 1866 of file plannodes.h.