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