PostgreSQL Source Code  git master
VacuumRelation Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Oid oid
 
Listva_cols
 

Detailed Description

Definition at line 3778 of file parsenodes.h.

Field Documentation

◆ oid

Oid VacuumRelation::oid

Definition at line 3782 of file parsenodes.h.

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

◆ relation

RangeVar* VacuumRelation::relation

Definition at line 3781 of file parsenodes.h.

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

◆ type

NodeTag VacuumRelation::type

Definition at line 3780 of file parsenodes.h.

◆ va_cols

List* VacuumRelation::va_cols

Definition at line 3783 of file parsenodes.h.

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


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