|
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 398 of file plannodes.h.
| List* Append::appendplans |
Definition at line 409 of file plannodes.h.
Referenced by ExecInitAppend(), and pgpa_walk_recursively().
| Bitmapset* Append::apprelids |
Definition at line 403 of file plannodes.h.
Referenced by ExecInitAppend().
| List* Append::child_append_relid_sets |
Definition at line 406 of file plannodes.h.
| int Append::first_partial_plan |
Definition at line 418 of file plannodes.h.
Referenced by ExecInitAppend().
| int Append::nasyncplans |
Definition at line 412 of file plannodes.h.
| int Append::part_prune_index |
Definition at line 425 of file plannodes.h.
Referenced by ExecInitAppend().
| Plan Append::plan |
Definition at line 400 of file plannodes.h.