|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Plan | plan |
| Bitmapset * | apprelids |
| List * | appendplans |
| int | nasyncplans |
| int | first_partial_plan |
| int | part_prune_index |
Definition at line 388 of file plannodes.h.
| List* Append::appendplans |
Definition at line 393 of file plannodes.h.
Referenced by ExecInitAppend(), find_modifytable_subplan(), plan_is_disabled(), and set_append_references().
| Bitmapset* Append::apprelids |
Definition at line 392 of file plannodes.h.
Referenced by ExecInitAppend(), and set_append_references().
| int Append::first_partial_plan |
Definition at line 401 of file plannodes.h.
Referenced by ExecInitAppend().
| int Append::nasyncplans |
Definition at line 395 of file plannodes.h.
| int Append::part_prune_index |
Definition at line 408 of file plannodes.h.
Referenced by ExecInitAppend(), and set_append_references().
| Plan Append::plan |
Definition at line 390 of file plannodes.h.
Referenced by set_append_references().