PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
relopt_parse_elt Struct Reference

#include <reloptions.h>

Data Fields

const char * optname
 
relopt_type opttype
 
int offset
 
int isset_offset
 

Detailed Description

Definition at line 150 of file reloptions.h.

Field Documentation

◆ isset_offset

int relopt_parse_elt::isset_offset

Definition at line 167 of file reloptions.h.

Referenced by build_local_reloptions(), and fillRelOptions().

◆ offset

int relopt_parse_elt::offset

◆ optname

const char* relopt_parse_elt::optname

◆ opttype

relopt_type relopt_parse_elt::opttype

Definition at line 153 of file reloptions.h.

Referenced by _PG_init(), build_local_reloptions(), and create_reloptions_table().


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