Re: thread-safety: gmtime_r(), localtime_r()
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-16T13:12:43Z
Lists: pgsql-hackers
On Sat, Aug 17, 2024 at 1:09 AM Thomas Munro <thomas.munro@gmail.com> wrote: > This change complements CF #5170's change strftime()->strftime_l(), to > make the function fully thread-safe. (Erm, I meant its standard library... of course it has its own global variables to worry about still.)
Commits
-
thread-safety: gmtime_r(), localtime_r()
- a2bbc58f7434 18.0 landed