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