PostgreSQL Source Code  git master
config_enum_entry Struct Reference

#include <guc.h>

Data Fields

const char * name
 
int val
 
bool hidden
 

Detailed Description

Definition at line 169 of file guc.h.

Field Documentation

◆ hidden

bool config_enum_entry::hidden

Definition at line 173 of file guc.h.

Referenced by config_enum_get_options().

◆ name

const char* config_enum_entry::name

◆ val

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 xlog_desc().


The documentation for this struct was generated from the following file: