PostgreSQL Source Code  git master
config_int Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic gen
 
int * variable
 
int boot_val
 
int min
 
int max
 
GucIntCheckHook check_hook
 
GucIntAssignHook assign_hook
 
GucShowHook show_hook
 
int reset_val
 
void * reset_extra
 

Detailed Description

Definition at line 212 of file guc_tables.h.

Field Documentation

◆ assign_hook

◆ boot_val

◆ check_hook

GucIntCheckHook config_int::check_hook

Definition at line 220 of file guc_tables.h.

Referenced by call_int_check_hook(), and DefineCustomIntVariable().

◆ gen

◆ max

int config_int::max

◆ min

int config_int::min

◆ reset_extra

void* config_int::reset_extra

◆ reset_val

◆ show_hook

GucShowHook config_int::show_hook

Definition at line 222 of file guc_tables.h.

Referenced by DefineCustomIntVariable(), and ShowGUCOption().

◆ variable


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