|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| const char * | name |
| const char * | desc |
| bits32 | kinds |
| LOCKMODE | lockmode |
| int | namelen |
| relopt_type | type |
Definition at line 64 of file reloptions.h.
| const char* relopt_gen::desc |
Definition at line 68 of file reloptions.h.
Referenced by allocate_reloption().
| bits32 relopt_gen::kinds |
Definition at line 69 of file reloptions.h.
Referenced by allocate_reloption().
| LOCKMODE relopt_gen::lockmode |
Definition at line 70 of file reloptions.h.
Referenced by allocate_reloption(), AlterTableGetRelOptionsLockLevel(), and initialize_reloptions().
| const char* relopt_gen::name |
Definition at line 66 of file reloptions.h.
Referenced by allocate_reloption(), build_local_reloptions(), and initialize_reloptions().
| int relopt_gen::namelen |
Definition at line 71 of file reloptions.h.
Referenced by allocate_reloption(), AlterTableGetRelOptionsLockLevel(), initialize_reloptions(), and parseRelOptionsInternal().
| relopt_type relopt_gen::type |
Definition at line 72 of file reloptions.h.
Referenced by allocate_reloption(), allocateReloptStruct(), build_local_reloptions(), and initialize_reloptions().