PostgreSQL Source Code git master
Data Fields
config_real Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic  gen
 
double *  variable
 
double  boot_val
 
double  min
 
double  max
 
 
 
 
double  reset_val
 
void *  reset_extra
 

Detailed Description

Definition at line 246 of file guc_tables.h.

Field Documentation

assign_hook

GucRealAssignHook config_real::assign_hook

Definition at line 255 of file guc_tables.h.

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

boot_val

double config_real::boot_val

Definition at line 251 of file guc_tables.h.

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

check_hook

GucRealCheckHook config_real::check_hook

Definition at line 254 of file guc_tables.h.

Referenced by call_real_check_hook(), and DefineCustomRealVariable().

gen

struct config_generic config_real::gen

Definition at line 248 of file guc_tables.h.

Referenced by AtEOXact_GUC(), build_guc_variables(), call_real_check_hook(), DefineCustomRealVariable(), InitializeOneGUCOption(), parse_and_validate_value(), ResetAllOptions(), and set_config_with_handle().

max

double config_real::max

Definition at line 253 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), and printMixedStruct().

min

double config_real::min

Definition at line 252 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), GetConfigOptionValues(), InitializeOneGUCOption(), parse_and_validate_value(), and printMixedStruct().

reset_extra

void* config_real::reset_extra

Definition at line 259 of file guc_tables.h.

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

reset_val

double config_real::reset_val

Definition at line 258 of file guc_tables.h.

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

show_hook

GucShowHook config_real::show_hook

Definition at line 256 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), and ShowGUCOption().

variable

double* config_real::variable

Definition at line 250 of file guc_tables.h.

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