|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| relopt_gen | gen |
| int | default_val |
| int | min |
| int | max |
Definition at line 97 of file reloptions.h.
| int relopt_int::default_val |
Definition at line 100 of file reloptions.h.
Referenced by init_int_reloption().
| relopt_gen relopt_int::gen |
Definition at line 99 of file reloptions.h.
Referenced by initialize_reloptions().
| int relopt_int::max |
Definition at line 102 of file reloptions.h.
Referenced by init_int_reloption(), and parse_one_reloption().
| int relopt_int::min |
Definition at line 101 of file reloptions.h.
Referenced by init_int_reloption(), and parse_one_reloption().