PostgreSQL Source Code
git master
|
#include <plannodes.h>
Public Member Functions | |
pg_node_attr (no_equal, no_query_jumble) NodeTag type | |
Data Fields | |
List * | prune_infos |
Bitmapset * | other_subplans |
Definition at line 1424 of file plannodes.h.
PartitionPruneInfo::pg_node_attr | ( | no_equal | , |
no_query_jumble | |||
) |
Bitmapset* PartitionPruneInfo::other_subplans |
Definition at line 1430 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partition_pruneinfo().
List* PartitionPruneInfo::prune_infos |
Definition at line 1429 of file plannodes.h.
Referenced by CreatePartitionPruneState(), make_partition_pruneinfo(), set_append_references(), and set_mergeappend_references().