|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Public Member Functions | |
| pg_node_attr (no_equal, no_query_jumble) NodeTag type | |
Data Fields | |
| Bitmapset * | relids |
| List * | prune_infos |
| Bitmapset * | other_subplans |
Definition at line 1642 of file plannodes.h.
| PartitionPruneInfo::pg_node_attr | ( | no_equal | , |
| no_query_jumble | |||
| ) |
| Bitmapset* PartitionPruneInfo::other_subplans |
Definition at line 1649 of file plannodes.h.
Referenced by CreatePartitionPruneState(), and make_partition_pruneinfo().
| List* PartitionPruneInfo::prune_infos |
Definition at line 1648 of file plannodes.h.
Referenced by CreatePartitionPruneState(), make_partition_pruneinfo(), and register_partpruneinfo().
| Bitmapset* PartitionPruneInfo::relids |
Definition at line 1647 of file plannodes.h.
Referenced by ExecInitPartitionExecPruning(), make_partition_pruneinfo(), and register_partpruneinfo().