PostgreSQL Source Code  git master
relopt_int Struct Reference

#include <reloptions.h>

Data Fields

relopt_gen gen
 
int default_val
 
int min
 
int max
 

Detailed Description

Definition at line 97 of file reloptions.h.

Field Documentation

◆ default_val

int relopt_int::default_val

Definition at line 100 of file reloptions.h.

Referenced by init_int_reloption().

◆ gen

relopt_gen relopt_int::gen

Definition at line 99 of file reloptions.h.

Referenced by initialize_reloptions().

◆ max

int relopt_int::max

Definition at line 102 of file reloptions.h.

Referenced by init_int_reloption(), and parse_one_reloption().

◆ min

int relopt_int::min

Definition at line 101 of file reloptions.h.

Referenced by init_int_reloption(), and parse_one_reloption().


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