PostgreSQL Source Code  git master
collation_cache_entry Struct Reference

Data Fields

Oid collid
 
pg_locale_t locale
 
uint32 hash
 
char status
 

Detailed Description

Definition at line 128 of file pg_locale.c.

Field Documentation

◆ collid

Oid collation_cache_entry::collid

Definition at line 130 of file pg_locale.c.

◆ hash

uint32 collation_cache_entry::hash

Definition at line 134 of file pg_locale.c.

◆ locale

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().

◆ status

char collation_cache_entry::status

Definition at line 135 of file pg_locale.c.


The documentation for this struct was generated from the following file: