|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | options |
| List * | rels |
| bool | is_vacuumcmd |
Definition at line 4070 of file parsenodes.h.
| bool VacuumStmt::is_vacuumcmd |
Definition at line 4075 of file parsenodes.h.
| List* VacuumStmt::options |
Definition at line 4073 of file parsenodes.h.
| List* VacuumStmt::rels |
Definition at line 4074 of file parsenodes.h.
| NodeTag VacuumStmt::type |
Definition at line 4072 of file parsenodes.h.