PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_locale_struct Struct Reference

#include <pg_locale.h>

Data Fields

bool deterministic
 
bool collate_is_c
 
bool ctype_is_c
 
bool is_default
 
const struct collate_methodscollate
 
const struct ctype_methodsctype
 
union { 
 
   struct { 
 
      const char *   locale 
 
      bool   casemap_full 
 
   }   builtin 
 
   locale_t   lt 
 
};  
 

Detailed Description

Definition at line 138 of file pg_locale.h.

Field Documentation

◆ [union]

union { ... } pg_locale_struct

◆ [struct]

◆ casemap_full

◆ collate

◆ collate_is_c

bool pg_locale_struct::collate_is_c

Definition at line 141 of file pg_locale.h.

Referenced by spg_text_inner_consistent(), and varstr_sortsupport().

◆ ctype

◆ ctype_is_c

◆ deterministic

bool pg_locale_struct::deterministic

◆ is_default

◆ locale

const char* pg_locale_struct::locale

Definition at line 152 of file pg_locale.h.

Referenced by check_locale(), pg_newlocale_from_collation(), and pg_perm_setlocale().

◆ lt


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