|
PostgreSQL Source Code git master
|
#include <guc.h>
Data Fields | |
| const char * | name |
| int | val |
| bool | hidden |
| const char* config_enum_entry::name |
Definition at line 175 of file guc.h.
Referenced by config_enum_get_options(), config_enum_lookup_by_name(), config_enum_lookup_by_value(), and get_wal_level_string().
| int config_enum_entry::val |
Definition at line 176 of file guc.h.
Referenced by get_wal_level_string().