Add SIGFPE to list of signals never to block. #ifdef all signals in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: feb48f41afc70ec951068a30fb2887f1c3d1aa7c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-06-29T02:17:42Z
Releases: 7.1.1
Add SIGFPE to list of signals never to block.  #ifdef all signals in
that list to cope with platforms that don't have them all.

Files

PathChange+/−
src/backend/libpq/pqsignal.c modified +25 −3