• Peter Eisentraut's avatar
    Don't unblock SIGQUIT in the SIGQUIT handler · d6de4309
    Peter Eisentraut authored
    This was possibly linked to a deadlock-like situation in glibc syslog code
    invoked by the ereport call in quickdie().  In any case, a signal handler
    should not unblock its own signal unless there is a specific reason to.
    d6de4309
pqsignal.h 1.32 KB