|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RepackCommand | command |
| VacuumRelation * | relation |
| char * | indexname |
| bool | usingindex |
| List * | params |
Definition at line 4104 of file parsenodes.h.
| RepackCommand RepackStmt::command |
Definition at line 4107 of file parsenodes.h.
| char* RepackStmt::indexname |
Definition at line 4109 of file parsenodes.h.
| List* RepackStmt::params |
Definition at line 4111 of file parsenodes.h.
| VacuumRelation* RepackStmt::relation |
Definition at line 4108 of file parsenodes.h.
| NodeTag RepackStmt::type |
Definition at line 4106 of file parsenodes.h.
| bool RepackStmt::usingindex |
Definition at line 4110 of file parsenodes.h.