Re: report on not thread-safe functions

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: report on not thread-safe functions
Date: 2024-06-06 23:48:12
Message-ID: 831d926ad9b6b1709c577842e3b11b896eacd609.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2024-06-07 01:22:50 Re: Revive num_dead_tuples column of pg_stat_progress_vacuum
Previous Message Michael Paquier 2024-06-06 23:38:46 Re: Injection points: preloading and runtime arguments