PostgreSQL Source Code git master
Loading...
Searching...
No Matches
config_enum_entry Struct Reference

#include <guc.h>

Data Fields

const charname
 
int val
 
bool hidden
 

Detailed Description

Definition at line 173 of file guc.h.

Field Documentation

◆ hidden

bool config_enum_entry::hidden

Definition at line 177 of file guc.h.

◆ name

const char* config_enum_entry::name

Definition at line 175 of file guc.h.

Referenced by get_wal_level_string().

◆ val

int config_enum_entry::val

Definition at line 176 of file guc.h.

Referenced by get_wal_level_string().


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