PostgreSQL Source Code  git master
relopt_enum Struct Reference

#include <reloptions.h>

Data Fields

relopt_gen gen
 
relopt_enum_elt_defmembers
 
int default_val
 
const char * detailmsg
 

Detailed Description

Definition at line 123 of file reloptions.h.

Field Documentation

◆ default_val

int relopt_enum::default_val

Definition at line 127 of file reloptions.h.

Referenced by init_enum_reloption(), and parse_one_reloption().

◆ detailmsg

const char* relopt_enum::detailmsg

Definition at line 128 of file reloptions.h.

Referenced by init_enum_reloption(), and parse_one_reloption().

◆ gen

relopt_gen relopt_enum::gen

Definition at line 125 of file reloptions.h.

Referenced by initialize_reloptions().

◆ members

relopt_enum_elt_def* relopt_enum::members

Definition at line 126 of file reloptions.h.

Referenced by init_enum_reloption(), and parse_one_reloption().


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