PostgreSQL Source Code git master
Loading...
Searching...
No Matches
config_real Struct Reference

#include <guc_tables.h>

Data Fields

doublevariable
 
double boot_val
 
double min
 
double max
 
GucRealCheckHook check_hook
 
GucRealAssignHook assign_hook
 
GucShowHook show_hook
 
double reset_val
 

Detailed Description

Definition at line 164 of file guc_tables.h.

Field Documentation

◆ assign_hook

GucRealAssignHook config_real::assign_hook

Definition at line 172 of file guc_tables.h.

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

◆ boot_val

double config_real::boot_val

◆ check_hook

GucRealCheckHook config_real::check_hook

Definition at line 171 of file guc_tables.h.

Referenced by DefineCustomRealVariable().

◆ max

double config_real::max

Definition at line 170 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), and InitializeOneGUCOption().

◆ min

double config_real::min

Definition at line 169 of file guc_tables.h.

Referenced by DefineCustomRealVariable().

◆ reset_val

double config_real::reset_val

Definition at line 175 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), and GetConfigOptionResetString().

◆ show_hook

GucShowHook config_real::show_hook

Definition at line 173 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), and ShowGUCOption().

◆ variable

double* config_real::variable

Definition at line 167 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), and GetConfigOption().


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