|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | options |
| List * | rels |
| bool | is_vacuumcmd |
Definition at line 4001 of file parsenodes.h.
| bool VacuumStmt::is_vacuumcmd |
Definition at line 4006 of file parsenodes.h.
Referenced by ExecVacuum().
| List* VacuumStmt::options |
Definition at line 4004 of file parsenodes.h.
Referenced by ExecVacuum().
| List* VacuumStmt::rels |
Definition at line 4005 of file parsenodes.h.
Referenced by ExecVacuum().
| NodeTag VacuumStmt::type |
Definition at line 4003 of file parsenodes.h.