PostgreSQL Source Code  git master
pg_locale_struct Struct Reference

#include <pg_locale.h>

Data Fields

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

Detailed Description

Definition at line 73 of file pg_locale.h.

Field Documentation

◆ 

struct { ... } pg_locale_struct::builtin

◆ deterministic

bool pg_locale_struct::deterministic

Definition at line 76 of file pg_locale.h.

Referenced by CheckMyDatabase(), and pg_newlocale_from_collation().

◆ 

◆ locale

const char* pg_locale_struct::locale

Definition at line 81 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: