PostgreSQL Source Code git master
|
Data Fields | |
Oid | collid |
pg_locale_t | locale |
uint32 | hash |
char | status |
Definition at line 159 of file pg_locale.c.
Oid collation_cache_entry::collid |
Definition at line 161 of file pg_locale.c.
uint32 collation_cache_entry::hash |
Definition at line 165 of file pg_locale.c.
pg_locale_t collation_cache_entry::locale |
Definition at line 162 of file pg_locale.c.
Referenced by pg_newlocale_from_collation().
char collation_cache_entry::status |
Definition at line 166 of file pg_locale.c.