PostgreSQL Source Code
git master
|
Data Fields | |
int | maxlen |
bool | rejectlong |
bool | absval |
Definition at line 20 of file dict_int.c.
bool DictInt::absval |
Definition at line 24 of file dict_int.c.
Referenced by dintdict_init(), and dintdict_lexize().
int DictInt::maxlen |
Definition at line 22 of file dict_int.c.
Referenced by dintdict_init(), and dintdict_lexize().
bool DictInt::rejectlong |
Definition at line 23 of file dict_int.c.
Referenced by dintdict_init(), and dintdict_lexize().