PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
config_string Struct Reference

#include <guc_tables.h>

Data Fields

struct config_generic gen
 
char ** variable
 
const char * boot_val
 
GucStringCheckHook check_hook
 
GucStringAssignHook assign_hook
 
GucShowHook show_hook
 
char * reset_val
 
void * reset_extra
 

Detailed Description

Definition at line 272 of file guc_tables.h.

Field Documentation

◆ assign_hook

◆ boot_val

◆ check_hook

GucStringCheckHook config_string::check_hook

Definition at line 278 of file guc_tables.h.

Referenced by call_string_check_hook(), and DefineCustomStringVariable().

◆ gen

◆ reset_extra

void* config_string::reset_extra

◆ reset_val

◆ show_hook

GucShowHook config_string::show_hook

Definition at line 280 of file guc_tables.h.

Referenced by DefineCustomStringVariable(), and ShowGUCOption().

◆ variable


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