PostgreSQL Source Code git master
Data Fields
config_enum Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic  gen
 
int *  variable
 
int  boot_val
 
const struct config_enum_entryoptions
 
 
 
 
int  reset_val
 
void *  reset_extra
 

Detailed Description

Definition at line 286 of file guc_tables.h.

Field Documentation

assign_hook

GucEnumAssignHook config_enum::assign_hook

Definition at line 294 of file guc_tables.h.

Referenced by AtEOXact_GUC(), DefineCustomEnumVariable(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().

boot_val

int config_enum::boot_val

Definition at line 291 of file guc_tables.h.

Referenced by DefineCustomEnumVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), and set_config_with_handle().

check_hook

GucEnumCheckHook config_enum::check_hook

Definition at line 293 of file guc_tables.h.

Referenced by call_enum_check_hook(), and DefineCustomEnumVariable().

gen

struct config_generic config_enum::gen

Definition at line 288 of file guc_tables.h.

Referenced by AtEOXact_GUC(), build_guc_variables(), call_enum_check_hook(), config_enum_lookup_by_value(), DefineCustomEnumVariable(), InitializeOneGUCOption(), parse_and_validate_value(), ResetAllOptions(), and set_config_with_handle().

options

const struct config_enum_entry* config_enum::options

Definition at line 292 of file guc_tables.h.

Referenced by config_enum_get_options(), config_enum_lookup_by_name(), config_enum_lookup_by_value(), and DefineCustomEnumVariable().

reset_extra

void* config_enum::reset_extra

Definition at line 298 of file guc_tables.h.

Referenced by InitializeOneGUCOption(), ResetAllOptions(), RestoreGUCState(), and set_config_with_handle().

reset_val

int config_enum::reset_val

Definition at line 297 of file guc_tables.h.

Referenced by DefineCustomEnumVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), ResetAllOptions(), and set_config_with_handle().

show_hook

GucShowHook config_enum::show_hook

Definition at line 295 of file guc_tables.h.

Referenced by DefineCustomEnumVariable(), and ShowGUCOption().

variable

int* config_enum::variable

Definition at line 290 of file guc_tables.h.

Referenced by AtEOXact_GUC(), DefineCustomEnumVariable(), estimate_variable_size(), get_explain_guc_options(), InitializeOneGUCOption(), ResetAllOptions(), serialize_variable(), set_config_with_handle(), and ShowGUCOption().


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

AltStyle によって変換されたページ (->オリジナル) /