Re: BUG #18312: libpq: PQsetdbLogin() not thread-safe
Christian Maurer <c.maurer@gmx.at>
From: Christian Maurer <c.maurer@gmx.at>
To: pgsql-bugs@lists.postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-02-05T12:49:46Z
Lists: pgsql-bugs
Hi Tom Lane, I could apply your patch and compile libpq on Windows 10. The parallel connect issues are gone now * in the minimal example and * also in our regression test which showed the issue in the first place. Would it be possible, that the patch you are aiming to make can be included in version 16.2? Regards, Christian
Commits
-
Avoid concurrent calls to bindtextdomain().
- a584d03ced5f 17.0 landed
- 9fb1396a96bd 12.19 landed
- 8ead39e3895e 14.12 landed
- 8c5da20db298 13.15 landed
- 806f98951511 15.7 landed
- 52afe563206e 16.3 landed