|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| relopt_gen | gen |
| int | default_val |
| int | min |
| int | max |
Definition at line 105 of file reloptions.h.
| int relopt_int::default_val |
Definition at line 108 of file reloptions.h.
| relopt_gen relopt_int::gen |
Definition at line 107 of file reloptions.h.
Referenced by initialize_reloptions().
| int relopt_int::max |
Definition at line 110 of file reloptions.h.
| int relopt_int::min |
Definition at line 109 of file reloptions.h.