Re: Further information on BUG #17299: Exit code 3 when open connections concurrently (PQisthreadsafe() == 1)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Liam Bowen <liambowen@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2022-01-21T20:42:28Z
Lists: pgsql-bugs
Liam Bowen <liambowen@gmail.com> writes:
> Hey Tom, this quick patch unfortunately didn't work, but now I'm looking
> into other options.

Yeah.  I've concluded that that *is* a bug (and just committed the fix)
but it doesn't explain what you're seeing.

			regards, tom lane



Commits

  1. Fix race condition in gettext() initialization in libpq and ecpglib.