PostgreSQL Source Code  git master
_variable Struct Reference

#include <variables.h>

Data Fields

char * name
 
char * value
 
VariableSubstituteHook substitute_hook
 
VariableAssignHook assign_hook
 
struct _variablenext
 

Detailed Description

Definition at line 62 of file variables.h.

Field Documentation

◆ assign_hook

VariableAssignHook _variable::assign_hook

Definition at line 67 of file variables.h.

Referenced by CreateVariableSpace(), SetVariable(), SetVariableHooks(), and VariableHasHook().

◆ name

char* _variable::name

◆ next

struct _variable* _variable::next

◆ substitute_hook

VariableSubstituteHook _variable::substitute_hook

Definition at line 66 of file variables.h.

Referenced by CreateVariableSpace(), SetVariable(), SetVariableHooks(), and VariableHasHook().

◆ value

char* _variable::value

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