PostgreSQL Source Code  git master
config_bool Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic gen
 
boolvariable
 
bool boot_val
 
GucBoolCheckHook check_hook
 
GucBoolAssignHook assign_hook
 
GucShowHook show_hook
 
bool reset_val
 
void * reset_extra
 

Detailed Description

Definition at line 198 of file guc_tables.h.

Field Documentation

◆ assign_hook

◆ boot_val

◆ check_hook

GucBoolCheckHook config_bool::check_hook

Definition at line 204 of file guc_tables.h.

Referenced by call_bool_check_hook(), and DefineCustomBoolVariable().

◆ gen

◆ reset_extra

void* config_bool::reset_extra

◆ reset_val

◆ show_hook

GucShowHook config_bool::show_hook

Definition at line 206 of file guc_tables.h.

Referenced by DefineCustomBoolVariable(), and ShowGUCOption().

◆ variable


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