PostgreSQL Source Code  git master
relopt_real Struct Reference

#include <reloptions.h>

Data Fields

relopt_gen gen
 
double default_val
 
double min
 
double max
 

Detailed Description

Definition at line 105 of file reloptions.h.

Field Documentation

◆ default_val

double relopt_real::default_val

Definition at line 108 of file reloptions.h.

Referenced by init_real_reloption().

◆ gen

relopt_gen relopt_real::gen

Definition at line 107 of file reloptions.h.

Referenced by initialize_reloptions().

◆ max

double relopt_real::max

Definition at line 110 of file reloptions.h.

Referenced by init_real_reloption(), and parse_one_reloption().

◆ min

double relopt_real::min

Definition at line 109 of file reloptions.h.

Referenced by init_real_reloption(), and parse_one_reloption().


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