|
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 396 of file plannodes.h.
| List* Append::appendplans |
Definition at line 407 of file plannodes.h.
Referenced by ExecInitAppend().
| Bitmapset* Append::apprelids |
Definition at line 401 of file plannodes.h.
Referenced by ExecInitAppend().
| List* Append::child_append_relid_sets |
Definition at line 404 of file plannodes.h.
| int Append::first_partial_plan |
Definition at line 416 of file plannodes.h.
Referenced by ExecInitAppend().
| int Append::nasyncplans |
Definition at line 410 of file plannodes.h.
| int Append::part_prune_index |
Definition at line 423 of file plannodes.h.
Referenced by ExecInitAppend().
| Plan Append::plan |
Definition at line 398 of file plannodes.h.