PostgreSQL Source Code  git master
relopt_enum_elt_def Struct Reference

#include <reloptions.h>

Data Fields

const char * string_val
 
int symbol_val
 

Detailed Description

Definition at line 117 of file reloptions.h.

Field Documentation

◆ string_val

const char* relopt_enum_elt_def::string_val

Definition at line 119 of file reloptions.h.

Referenced by parse_one_reloption().

◆ symbol_val

int relopt_enum_elt_def::symbol_val

Definition at line 120 of file reloptions.h.


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