Re: libpq fails to build with TSAN - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: libpq fails to build with TSAN
Date
Msg-id 1442471F-76DB-4C81-8A62-BCBCB7C5181F@yesql.se
Whole thread Raw
In response to Re: libpq fails to build with TSAN  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> On 31 Jan 2024, at 16:39, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Daniel Gustafsson <daniel@yesql.se> writes:
>> I think it should, the idea of that check is to catch calls to actual exits,
>> while this is instrumentation which has nothing to do with exit(2).  The
>> attached diff should be enough to handle this.
>
> +1

Pushed.  It can be argued that it should be backpatched, but for now I've only
pushed it to master.  If there are strong opinions on backpatching I'd be happy
to fix that.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Improve the connection failure error messages
Next
From: Peter Smith
Date:
Subject: Re: Documentation: warn about two_phase when altering a subscription