Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

config_enum Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic gen
int * variable
int boot_val
struct config_enum_entryoptions
GucEnumCheckHook check_hook
GucEnumAssignHook assign_hook
GucShowHook show_hook
int reset_val
void * reset_extra

Detailed Description

Definition at line 233 of file guc_tables.h.


Field Documentation

Definition at line 240 of file guc_tables.h.

Referenced by call_enum_check_hook(), and DefineCustomEnumVariable().

Definition at line 245 of file guc_tables.h.

Referenced by InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().

Definition at line 242 of file guc_tables.h.

Referenced by _ShowOption(), and DefineCustomEnumVariable().


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