Header And Logo

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

Data Fields

RecursiveUnionState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
bool recursing
bool intermediate_empty
Tuplestorestateworking_table
Tuplestorestateintermediate_table
FmgrInfoeqfunctions
FmgrInfohashfunctions
MemoryContext tempContext
TupleHashTable hashtable
MemoryContext tableContext

Detailed Description

Definition at line 1135 of file execnodes.h.


Field Documentation

Definition at line 1143 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitRecursiveUnion().

Definition at line 1144 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitRecursiveUnion().

Definition at line 1146 of file execnodes.h.

Referenced by build_hash_table(), ExecInitRecursiveUnion(), and ExecRecursiveUnion().


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