|
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 4141 of file parsenodes.h.
| RepackCommand RepackStmt::command |
Definition at line 4144 of file parsenodes.h.
| char* RepackStmt::indexname |
Definition at line 4146 of file parsenodes.h.
| List* RepackStmt::params |
Definition at line 4148 of file parsenodes.h.
| VacuumRelation* RepackStmt::relation |
Definition at line 4145 of file parsenodes.h.
| NodeTag RepackStmt::type |
Definition at line 4143 of file parsenodes.h.
| bool RepackStmt::usingindex |
Definition at line 4147 of file parsenodes.h.