PostgreSQL Source Code  git master
config_var_val Union Reference

#include <guc_tables.h>

Data Fields

bool boolval
 
int intval
 
double realval
 
char * stringval
 
int enumval
 

Detailed Description

Definition at line 32 of file guc_tables.h.

Field Documentation

◆ boolval

bool config_var_val::boolval

Definition at line 34 of file guc_tables.h.

Referenced by AtEOXact_GUC(), and set_config_with_handle().

◆ enumval

int config_var_val::enumval

Definition at line 38 of file guc_tables.h.

Referenced by AtEOXact_GUC(), and set_config_with_handle().

◆ intval

int config_var_val::intval

Definition at line 35 of file guc_tables.h.

Referenced by AtEOXact_GUC(), and set_config_with_handle().

◆ realval

double config_var_val::realval

Definition at line 36 of file guc_tables.h.

Referenced by AtEOXact_GUC(), and set_config_with_handle().

◆ stringval

char* config_var_val::stringval

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