PostgreSQL Source Code  git master
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 254 of file guc_tables.h.

Field Documentation

◆ assign_hook

◆ boot_val

◆ check_hook

GucStringCheckHook config_string::check_hook

Definition at line 260 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 262 of file guc_tables.h.

Referenced by DefineCustomStringVariable(), and ShowGUCOption().

◆ variable


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