PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
VacuumStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listoptions
 
Listrels
 
bool is_vacuumcmd
 

Detailed Description

Definition at line 3912 of file parsenodes.h.

Field Documentation

◆ is_vacuumcmd

bool VacuumStmt::is_vacuumcmd

Definition at line 3917 of file parsenodes.h.

Referenced by ExecVacuum().

◆ options

List* VacuumStmt::options

Definition at line 3915 of file parsenodes.h.

Referenced by ExecVacuum().

◆ rels

List* VacuumStmt::rels

Definition at line 3916 of file parsenodes.h.

Referenced by ExecVacuum().

◆ type

NodeTag VacuumStmt::type

Definition at line 3914 of file parsenodes.h.


The documentation for this struct was generated from the following file: