|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Plan | plan |
| Bitmapset * | apprelids |
| List * | child_append_relid_sets |
| List * | appendplans |
| int | nasyncplans |
| int | first_partial_plan |
| int | part_prune_index |
Definition at line 394 of file plannodes.h.
| List* Append::appendplans |
Definition at line 405 of file plannodes.h.
Referenced by ExecInitAppend(), and pgpa_walk_recursively().
| Bitmapset* Append::apprelids |
Definition at line 399 of file plannodes.h.
Referenced by ExecInitAppend().
| List* Append::child_append_relid_sets |
Definition at line 402 of file plannodes.h.
| int Append::first_partial_plan |
Definition at line 414 of file plannodes.h.
Referenced by ExecInitAppend().
| int Append::nasyncplans |
Definition at line 408 of file plannodes.h.
| int Append::part_prune_index |
Definition at line 421 of file plannodes.h.
Referenced by ExecInitAppend().
| Plan Append::plan |
Definition at line 396 of file plannodes.h.