Re: plperl sigfpe reset can crash the server - Mailing list pgsql-hackers

From Tom Lane
Subject Re: plperl sigfpe reset can crash the server
Date
Msg-id 27615.1345869489@sss.pgh.pa.us
Whole thread Raw
In response to Re: plperl sigfpe reset can crash the server  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: plperl sigfpe reset can crash the server
Re: plperl sigfpe reset can crash the server
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> Doing a pqsignal(SIGFPE, FloatExceptionHandler) after PERL_SYS_INIT3 seems to
> work. Is that acceptable?

Surely that's breaking perl's expectations, to more or less the same
degree they're breaking ours?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: foreign key locks
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_upgrade's exec_prog() coding improvement