Re: ubsan - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ubsan
Date
Msg-id 2771659.1648058090@sss.pgh.pa.us
Whole thread Raw
In response to ubsan  (Andres Freund <andres@anarazel.de>)
Responses Re: ubsan  (Andres Freund <andres@anarazel.de>)
Re: ubsan  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I tried to run postgres with ubsan to debug something.

For 0001, could we just replace configure's dlopen check with the
dlsym check?  Or are you afraid of reverse-case failures?

0002: ugh, but my only real complaint is that __ubsan_default_options
needs more than zero comment.  Also, it's not "our" getenv is it?

0003: OK.  Interesting though that we haven't seen these before.

0004: no opinion

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: shared-memory based stats collector - v67
Next
From: Simon Riggs
Date:
Subject: Re: Parameter for planner estimate of recursive queries