PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
VacuumRelation Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Oid oid
 
Listva_cols
 

Detailed Description

Definition at line 3948 of file parsenodes.h.

Field Documentation

◆ oid

Oid VacuumRelation::oid

Definition at line 3952 of file parsenodes.h.

Referenced by expand_vacuum_rel(), makeVacuumRelation(), and vacuum().

◆ relation

RangeVar* VacuumRelation::relation

Definition at line 3951 of file parsenodes.h.

Referenced by expand_vacuum_rel(), makeVacuumRelation(), and vacuum().

◆ type

NodeTag VacuumRelation::type

Definition at line 3950 of file parsenodes.h.

◆ va_cols

List* VacuumRelation::va_cols

Definition at line 3953 of file parsenodes.h.

Referenced by ExecVacuum(), expand_vacuum_rel(), makeVacuumRelation(), and vacuum().


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