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

#include <guc_tables.h>

Data Fields

intvariable
 
int boot_val
 
int min
 
int max
 
GucIntCheckHook check_hook
 
GucIntAssignHook assign_hook
 
GucShowHook show_hook
 
int reset_val
 

Detailed Description

Definition at line 150 of file guc_tables.h.

Field Documentation

◆ assign_hook

GucIntAssignHook config_int::assign_hook

Definition at line 158 of file guc_tables.h.

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

◆ boot_val

int config_int::boot_val

◆ check_hook

GucIntCheckHook config_int::check_hook

Definition at line 157 of file guc_tables.h.

Referenced by DefineCustomIntVariable().

◆ max

int config_int::max

Definition at line 156 of file guc_tables.h.

Referenced by DefineCustomIntVariable(), and InitializeOneGUCOption().

◆ min

int config_int::min

Definition at line 155 of file guc_tables.h.

Referenced by DefineCustomIntVariable().

◆ reset_val

int config_int::reset_val

Definition at line 161 of file guc_tables.h.

Referenced by DefineCustomIntVariable(), and GetConfigOptionResetString().

◆ show_hook

GucShowHook config_int::show_hook

Definition at line 159 of file guc_tables.h.

Referenced by DefineCustomIntVariable(), and ShowGUCOption().

◆ variable

int* config_int::variable

Definition at line 153 of file guc_tables.h.

Referenced by DefineCustomIntVariable(), and GetConfigOption().


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