PostgreSQL Source Code: VacuumRelation Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
RangeVar * | relation |
Oid | oid |
List * | va_cols |
Detailed Description
Definition at line 3948 of file parsenodes.h.
Field Documentation
◆ oid
Oid VacuumRelation::oid
Definition at line 3952 of file parsenodes.h.
Referenced by expand_vacuum_rel(), makeVacuumRelation(), and vacuum().
◆ relation
RangeVar* VacuumRelation::relation
Definition at line 3951 of file parsenodes.h.
Referenced by expand_vacuum_rel(), makeVacuumRelation(), and vacuum().
◆ type
NodeTag VacuumRelation::type
Definition at line 3950 of file parsenodes.h.
◆ va_cols
List* VacuumRelation::va_cols
Definition at line 3953 of file parsenodes.h.
Referenced by ExecVacuum(), expand_vacuum_rel(), makeVacuumRelation(), and vacuum().
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h