postgresql/src/backend/tcop
Peter Eisentraut d6de43099a Don't unblock SIGQUIT in the SIGQUIT handler
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.
2009-12-16 23:05:00 +00:00
..
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
dest.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fastpath.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
postgres.c Don't unblock SIGQUIT in the SIGQUIT handler 2009-12-16 23:05:00 +00:00
pquery.c Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. 2009-12-15 04:57:48 +00:00
utility.c Add a hook to let loadable modules get control at ProcessUtility execution, 2009-12-15 20:04:49 +00:00