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

#include <guc_tables.h>

Data Fields

char ** variable
 
const charboot_val
 
GucStringCheckHook check_hook
 
GucStringAssignHook assign_hook
 
GucShowHook show_hook
 
charreset_val
 

Detailed Description

Definition at line 188 of file guc_tables.h.

Field Documentation

◆ assign_hook

GucStringAssignHook config_string::assign_hook

Definition at line 194 of file guc_tables.h.

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

◆ boot_val

const char* config_string::boot_val

Definition at line 192 of file guc_tables.h.

Referenced by DefineCustomStringVariable().

◆ check_hook

GucStringCheckHook config_string::check_hook

Definition at line 193 of file guc_tables.h.

Referenced by DefineCustomStringVariable().

◆ reset_val

char* config_string::reset_val

Definition at line 197 of file guc_tables.h.

Referenced by GetConfigOptionResetString().

◆ show_hook

GucShowHook config_string::show_hook

Definition at line 195 of file guc_tables.h.

Referenced by DefineCustomStringVariable(), and ShowGUCOption().

◆ variable

char** config_string::variable

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