PostgreSQL Source Code git master
Data Fields
config_bool Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic  gen
 
bool *  variable
 
bool  boot_val
 
 
 
 
bool  reset_val
 
void *  reset_extra
 

Detailed Description

Definition at line 216 of file guc_tables.h.

Field Documentation

assign_hook

GucBoolAssignHook config_bool::assign_hook

Definition at line 223 of file guc_tables.h.

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

boot_val

bool config_bool::boot_val

Definition at line 221 of file guc_tables.h.

Referenced by DefineCustomBoolVariable(), get_explain_guc_options(), GetConfigOptionValues(), InitializeOneGUCOption(), and set_config_with_handle().

check_hook

GucBoolCheckHook config_bool::check_hook

Definition at line 222 of file guc_tables.h.

Referenced by call_bool_check_hook(), and DefineCustomBoolVariable().

gen

struct config_generic config_bool::gen

Definition at line 218 of file guc_tables.h.

Referenced by AtEOXact_GUC(), build_guc_variables(), call_bool_check_hook(), DefineCustomBoolVariable(), InitializeOneGUCOption(), parse_and_validate_value(), ResetAllOptions(), and set_config_with_handle().

reset_extra

void* config_bool::reset_extra

Definition at line 227 of file guc_tables.h.

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

reset_val

bool config_bool::reset_val

Definition at line 226 of file guc_tables.h.

Referenced by DefineCustomBoolVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), printMixedStruct(), ResetAllOptions(), and set_config_with_handle().

show_hook

GucShowHook config_bool::show_hook

Definition at line 224 of file guc_tables.h.

Referenced by DefineCustomBoolVariable(), and ShowGUCOption().

variable

bool* config_bool::variable

Definition at line 220 of file guc_tables.h.

Referenced by AtEOXact_GUC(), DefineCustomBoolVariable(), 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 によって変換されたページ (->オリジナル) /