Header And Logo

PostgreSQL
| The world's most advanced open source database.

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
GucRealCheckHook check_hook
GucRealAssignHook assign_hook
GucShowHook show_hook
double reset_val
void * reset_extra

Detailed Description

Definition at line 203 of file guc_tables.h.


Field Documentation

Definition at line 211 of file guc_tables.h.

Referenced by call_real_check_hook(), and DefineCustomRealVariable().

Definition at line 216 of file guc_tables.h.

Referenced by InitializeOneGUCOption(), ResetAllOptions(), and set_config_option().

Definition at line 213 of file guc_tables.h.

Referenced by _ShowOption(), and DefineCustomRealVariable().


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