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

From Tom Lane
Subject Re: libpq fails to build with TSAN
Date
Msg-id 2526384.1706715581@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq fails to build with TSAN  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: libpq fails to build with TSAN
List pgsql-hackers
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

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: speed up a logical replica setup
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCH] Add native windows on arm64 support