PostgreSQL Source Code  git master
Append Struct Reference

#include <plannodes.h>

Data Fields

Plan plan
 
Bitmapsetapprelids
 
Listappendplans
 
int nasyncplans
 
int first_partial_plan
 
struct PartitionPruneInfopart_prune_info
 

Detailed Description

Definition at line 265 of file plannodes.h.

Field Documentation

◆ appendplans

List* Append::appendplans

Definition at line 269 of file plannodes.h.

Referenced by ExecInitAppend(), find_modifytable_subplan(), and set_append_references().

◆ apprelids

Bitmapset* Append::apprelids

Definition at line 268 of file plannodes.h.

Referenced by set_append_references().

◆ first_partial_plan

int Append::first_partial_plan

Definition at line 276 of file plannodes.h.

Referenced by ExecInitAppend().

◆ nasyncplans

int Append::nasyncplans

Definition at line 270 of file plannodes.h.

◆ part_prune_info

struct PartitionPruneInfo* Append::part_prune_info

Definition at line 279 of file plannodes.h.

Referenced by ExecInitAppend(), and set_append_references().

◆ plan

Plan Append::plan

Definition at line 267 of file plannodes.h.

Referenced by set_append_references().


The documentation for this struct was generated from the following file: