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