PostgreSQL Source Code  git master
pg_locale_struct Struct Reference

#include <pg_locale.h>

Data Fields

char provider
 
bool deterministic
 
bool collate_is_c
 
bool ctype_is_c
 
union {
   struct {
      const char *   locale
 
   }   builtin
 
   locale_t   lt
 
info
 

Detailed Description

Definition at line 82 of file pg_locale.h.

Field Documentation

◆ 

struct { ... } pg_locale_struct::builtin

◆ collate_is_c

bool pg_locale_struct::collate_is_c

◆ ctype_is_c

bool pg_locale_struct::ctype_is_c

◆ deterministic

◆ 

◆ locale

const char* pg_locale_struct::locale

Definition at line 92 of file pg_locale.h.

Referenced by make_icu_collator().

◆ lt

◆ provider

char pg_locale_struct::provider

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