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