PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | relation |
Oid | oid |
List * | va_cols |
Definition at line 3928 of file parsenodes.h.
Oid VacuumRelation::oid |
Definition at line 3932 of file parsenodes.h.
Referenced by expand_vacuum_rel(), makeVacuumRelation(), and vacuum().
RangeVar* VacuumRelation::relation |
Definition at line 3931 of file parsenodes.h.
Referenced by expand_vacuum_rel(), makeVacuumRelation(), and vacuum().
NodeTag VacuumRelation::type |
Definition at line 3930 of file parsenodes.h.
List* VacuumRelation::va_cols |
Definition at line 3933 of file parsenodes.h.
Referenced by ExecVacuum(), expand_vacuum_rel(), makeVacuumRelation(), and vacuum().