Re: Use thread-safe locale APIs

2023-10-31 Thread Tristan Partin
Please discard this second thread. My mail client seems to have done something very wrong. -- Tristan Partin Neon (https://neon.tech)

Use thread-safe locale APIs

2023-10-31 Thread Tristan Partin
r *locale, char **canonname); extern char *pg_perm_setlocale(int category, const char *locale); +extern bool locale_is_c(const char *locale, bool ignore_case); extern bool lc_collate_is_c(Oid collation); extern bool lc_ctype_is_c(Oid collation); -- Tristan Partin Neon (https://neon.tech) F