PostgreSQL Source Code
git master
|
Data Fields | |
Oid | collid |
pg_locale_t | locale |
uint32 | hash |
char | status |
Definition at line 128 of file pg_locale.c.
Oid collation_cache_entry::collid |
Definition at line 130 of file pg_locale.c.
uint32 collation_cache_entry::hash |
Definition at line 134 of file pg_locale.c.
pg_locale_t collation_cache_entry::locale |
Definition at line 131 of file pg_locale.c.
Referenced by lookup_collation_cache(), and pg_newlocale_from_collation().
char collation_cache_entry::status |
Definition at line 135 of file pg_locale.c.