PostgreSQL Source Code git master
config_real Struct Reference

#include <guc_tables.h>

Data Fields

double * variable
 
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

◆ boot_val

◆ check_hook

GucRealCheckHook config_real::check_hook

Definition at line 171 of file guc_tables.h.

Referenced by call_real_check_hook(), and DefineCustomRealVariable().

◆ max

◆ min

◆ reset_val

◆ show_hook

GucShowHook config_real::show_hook

Definition at line 173 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), and ShowGUCOption().

◆ variable


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