|
PostgreSQL Source Code git master
|
#include <guc_tables.h>
Data Fields | |
| int * | variable |
| int | boot_val |
| int | min |
| int | max |
| GucIntCheckHook | check_hook |
| GucIntAssignHook | assign_hook |
| GucShowHook | show_hook |
| int | reset_val |
Definition at line 150 of file guc_tables.h.
| GucIntAssignHook config_int::assign_hook |
Definition at line 158 of file guc_tables.h.
Referenced by AtEOXact_GUC(), DefineCustomIntVariable(), and ResetAllOptions().
| int config_int::boot_val |
Definition at line 154 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), InitializeOneGUCOption(), and set_config_with_handle().
| GucIntCheckHook config_int::check_hook |
Definition at line 157 of file guc_tables.h.
Referenced by DefineCustomIntVariable().
| int config_int::max |
Definition at line 156 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), and InitializeOneGUCOption().
| int config_int::min |
Definition at line 155 of file guc_tables.h.
Referenced by DefineCustomIntVariable().
| int config_int::reset_val |
Definition at line 161 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), and GetConfigOptionResetString().
| GucShowHook config_int::show_hook |
Definition at line 159 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), and ShowGUCOption().
| int* config_int::variable |
Definition at line 153 of file guc_tables.h.
Referenced by DefineCustomIntVariable(), and GetConfigOption().