PostgreSQL Source Code
git master
|
Data Fields | |
const char * | p_name |
int | p_type |
int | p_default |
int | p_special |
int * | p_obj |
int pro::p_default |
Definition at line 89 of file args.c.
Referenced by set_defaults().
const char* pro::p_name |
Definition at line 87 of file args.c.
Referenced by set_defaults(), and set_option().
int* pro::p_obj |
Definition at line 91 of file args.c.
Referenced by set_defaults(), and set_option().
int pro::p_special |
Definition at line 90 of file args.c.
Referenced by set_option().
int pro::p_type |
Definition at line 88 of file args.c.
Referenced by set_defaults(), and set_option().