Re: Use of signal-unsafe functions from signal handlers - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Use of signal-unsafe functions from signal handlers
Date
Msg-id 1773723.1653441914@sss.pgh.pa.us
Whole thread Raw
In response to Use of signal-unsafe functions from signal handlers  (Mats Kindahl <mats@timescale.com>)
List pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes:
> Hmm.  Shouldn't we worry about FloatExceptionHandler() that gets used
> on SIGFPE?

SIGFPE is generated synchronously, so that one's not really a problem,
I think: it can only interrupt code that is doing trap-prone arithmetic.
Anyway that code's been like that for ages and nobody has reported an
issue there.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: Use of signal-unsafe functions from signal handlers
Next
From: David Rowley
Date:
Subject: Re: BUG #17495: Regression in 15beta1 when filtering subquery including row_number window function