PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
NodeTag | type |
List * | prune_infos |
Bitmapset * | other_subplans |
Definition at line 1199 of file plannodes.h.
Bitmapset* PartitionPruneInfo::other_subplans |
Definition at line 1203 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partition_pruneinfo().
List* PartitionPruneInfo::prune_infos |
Definition at line 1202 of file plannodes.h.
Referenced by CreatePartitionPruneState(), make_partition_pruneinfo(), set_append_references(), and set_mergeappend_references().
NodeTag PartitionPruneInfo::type |
Definition at line 1201 of file plannodes.h.