Re: report on not thread-safe functions

2024-06-06 Thread Jeff Davis
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:

report on not thread-safe functions

2024-06-06 Thread Peter Eisentraut
In the context of the multithreaded-server project, I looked into potentially not thread-safe functions. (See proposed next steps at the end of this message.) Here is a list of functions in POSIX that are possibly not thread-safe: