Re: report on not thread-safe functions - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: report on not thread-safe functions
Date
Msg-id 831d926ad9b6b1709c577842e3b11b896eacd609.camel@j-davis.com
Whole thread Raw
In response to report on not thread-safe functions  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
On Thu, 2024-06-06 at 16:34 +0200, Peter Eisentraut wrote:
> - setlocale()
>
> The locale business needs to be reworked to use locale_t and _l
> functions.  This is already being discussed for other reasons.

I posted a few patches to do this for collation:

https://commitfest.postgresql.org/48/5023/

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Injection points: preloading and runtime arguments
Next
From: Masahiko Sawada
Date:
Subject: Re: Revive num_dead_tuples column of pg_stat_progress_vacuum