Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

MergeAppendState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
PlanState ** mergeplans
int ms_nplans
int ms_nkeys
SortSupport ms_sortkeys
TupleTableSlot ** ms_slots
struct binaryheapms_heap
bool ms_initialized

Detailed Description

Definition at line 1112 of file execnodes.h.


Field Documentation

Definition at line 1120 of file execnodes.h.

Referenced by ExecInitMergeAppend(), and ExecMergeAppend().

Definition at line 1121 of file execnodes.h.

Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().

Definition at line 1117 of file execnodes.h.

Referenced by ExecInitMergeAppend(), and heap_compare_slots().

Definition at line 1119 of file execnodes.h.

Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and heap_compare_slots().

Definition at line 1118 of file execnodes.h.

Referenced by ExecInitMergeAppend(), and heap_compare_slots().


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