postgresql/src/pl
Tom Lane 8e6f6b8ef2 Restore SIGFPE handler after initializing PL/Perl.
Perl, for some unaccountable reason, believes it's a good idea to reset
SIGFPE handling to SIG_IGN.  Which wouldn't be a good idea even if it
worked; but on some platforms (Linux at least) it doesn't work at all,
instead resulting in forced process termination if the signal occurs.
Given the lack of other complaints, it seems safe to assume that Perl
never actually provokes SIGFPE and so there is no value in the setting
anyway.  Hence, reset it to our normal handler after initializing Perl.

Report, analysis and patch by Andres Freund.
2012-09-05 16:43:41 -04:00
..
plperl Restore SIGFPE handler after initializing PL/Perl. 2012-09-05 16:43:41 -04:00
plpgsql Translation updates 2012-08-23 21:24:06 -04:00
plpython add #includes to plpy_subxactobject.h to make it compile standalone 2012-08-28 16:14:31 -04:00
tcl Translation updates 2012-08-02 23:01:01 +03:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00