PostgreSQL Source Code  git master
collation_cache_entry Struct Reference

Data Fields

Oid collid
 
bool collate_is_c
 
bool ctype_is_c
 
bool flags_valid
 
pg_locale_t locale
 

Detailed Description

Definition at line 125 of file pg_locale.c.

Field Documentation

◆ collate_is_c

bool collation_cache_entry::collate_is_c

Definition at line 128 of file pg_locale.c.

Referenced by lookup_collation_cache().

◆ collid

Oid collation_cache_entry::collid

Definition at line 127 of file pg_locale.c.

◆ ctype_is_c

bool collation_cache_entry::ctype_is_c

Definition at line 129 of file pg_locale.c.

Referenced by lookup_collation_cache().

◆ flags_valid

bool collation_cache_entry::flags_valid

Definition at line 130 of file pg_locale.c.

Referenced by lookup_collation_cache().

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


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