PostgreSQL Source Code  git master
config_enum Struct Reference

#include <guc_tables.h>

Data Fields

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

Detailed Description

Definition at line 268 of file guc_tables.h.

Field Documentation

◆ assign_hook

◆ boot_val

◆ check_hook

GucEnumCheckHook config_enum::check_hook

Definition at line 275 of file guc_tables.h.

Referenced by call_enum_check_hook(), and DefineCustomEnumVariable().

◆ gen

◆ options

◆ reset_extra

void* config_enum::reset_extra

◆ reset_val

int config_enum::reset_val

◆ show_hook

GucShowHook config_enum::show_hook

Definition at line 277 of file guc_tables.h.

Referenced by DefineCustomEnumVariable(), and ShowGUCOption().

◆ variable


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