Re: Thread-safe nl_langinfo() and localeconv()

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Thread-safe nl_langinfo() and localeconv()
Date: 2024-08-15 08:03:47
Message-ID: CA+hUKG+eEQ-+g2Ht-mho1o2xGX7v+GsuB4OQSUZv2U9S8huW8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a new patch to add to this pile, this time for check_locale().
I also improved the error handling and comments in the other patches.

Attachment Content-Type Size
v3-0001-Provide-thread-safe-pg_localeconv_r.patch text/x-patch 22.5 KB
v3-0002-Use-thread-safe-strftime_l-instead-of-strftime.patch text/x-patch 7.9 KB
v3-0003-Remove-setlocale-calls-from-check_locale.patch text/x-patch 9.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2024-08-15 08:06:03 RE: [BUG?] check_exclusion_or_unique_constraint false negative
Previous Message Michael Banck 2024-08-15 08:03:30 Re: Enable data checksums by default