PostgreSQL Source Code git master
Loading...
Searching...
No Matches
relopt_enum Struct Reference

#include <reloptions.h>

Data Fields

relopt_gen gen
 
relopt_enum_elt_defmembers
 
int default_val
 
const chardetailmsg
 

Detailed Description

Definition at line 131 of file reloptions.h.

Field Documentation

◆ default_val

int relopt_enum::default_val

Definition at line 135 of file reloptions.h.

◆ detailmsg

const char* relopt_enum::detailmsg

Definition at line 136 of file reloptions.h.

◆ gen

relopt_gen relopt_enum::gen

Definition at line 133 of file reloptions.h.

Referenced by initialize_reloptions().

◆ members

relopt_enum_elt_def* relopt_enum::members

Definition at line 134 of file reloptions.h.


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