|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | collid |
| pg_locale_t | locale |
| uint32 | hash |
| char | status |
Definition at line 117 of file pg_locale.c.
| Oid collation_cache_entry::collid |
Definition at line 119 of file pg_locale.c.
| uint32 collation_cache_entry::hash |
Definition at line 123 of file pg_locale.c.
| pg_locale_t collation_cache_entry::locale |
Definition at line 120 of file pg_locale.c.
Referenced by pg_newlocale_from_collation().
| char collation_cache_entry::status |
Definition at line 124 of file pg_locale.c.