PostgreSQL Source Code  git master
config_real Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic gen
 
double * variable
 
double boot_val
 
double min
 
double max
 
GucRealCheckHook check_hook
 
GucRealAssignHook assign_hook
 
GucShowHook show_hook
 
double reset_val
 
void * reset_extra
 

Detailed Description

Definition at line 228 of file guc_tables.h.

Field Documentation

◆ assign_hook

◆ boot_val

◆ check_hook

GucRealCheckHook config_real::check_hook

Definition at line 236 of file guc_tables.h.

Referenced by call_real_check_hook(), and DefineCustomRealVariable().

◆ gen

◆ max

double config_real::max

◆ min

double config_real::min

◆ reset_extra

void* config_real::reset_extra

◆ reset_val

double config_real::reset_val

◆ show_hook

GucShowHook config_real::show_hook

Definition at line 238 of file guc_tables.h.

Referenced by DefineCustomRealVariable(), and ShowGUCOption().

◆ variable


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