|
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 4083 of file parsenodes.h.
| RepackCommand RepackStmt::command |
Definition at line 4086 of file parsenodes.h.
| char* RepackStmt::indexname |
Definition at line 4088 of file parsenodes.h.
| List* RepackStmt::params |
Definition at line 4090 of file parsenodes.h.
| VacuumRelation* RepackStmt::relation |
Definition at line 4087 of file parsenodes.h.
| NodeTag RepackStmt::type |
Definition at line 4085 of file parsenodes.h.
| bool RepackStmt::usingindex |
Definition at line 4089 of file parsenodes.h.