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

#include <guc_tables.h>

Data Fields

boolvariable
 
bool boot_val
 
GucBoolCheckHook check_hook
 
GucBoolAssignHook assign_hook
 
GucShowHook show_hook
 
bool reset_val
 

Detailed Description

Definition at line 138 of file guc_tables.h.

Field Documentation

◆ assign_hook

GucBoolAssignHook config_bool::assign_hook

Definition at line 144 of file guc_tables.h.

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

◆ boot_val

bool config_bool::boot_val

◆ check_hook

GucBoolCheckHook config_bool::check_hook

Definition at line 143 of file guc_tables.h.

Referenced by DefineCustomBoolVariable().

◆ reset_val

bool config_bool::reset_val

Definition at line 147 of file guc_tables.h.

Referenced by DefineCustomBoolVariable(), and GetConfigOptionResetString().

◆ show_hook

GucShowHook config_bool::show_hook

Definition at line 145 of file guc_tables.h.

Referenced by DefineCustomBoolVariable(), and ShowGUCOption().

◆ variable

bool* config_bool::variable

Definition at line 141 of file guc_tables.h.

Referenced by DefineCustomBoolVariable(), and GetConfigOption().


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