postgresql/src/backend/tcop
Noah Misch d41cb869aa Ignore interrupts during quickdie().
Once the administrator has called for an immediate shutdown or a backend
crash has triggered a reinitialization, no mere SIGINT or SIGTERM should
change that course.  Such derailment remains possible when the signal
arrives before quickdie() blocks signals.  That being a narrow race
affecting most PostgreSQL signal handlers in some way, leave it for
another patch.  Back-patch this to all supported versions.
2013-09-11 20:10:15 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
dest.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00
fastpath.c sepgsql: Enforce db_procedure:{execute} permission. 2013-04-12 08:58:01 -04:00
postgres.c Ignore interrupts during quickdie(). 2013-09-11 20:10:15 -04:00
pquery.c Only install a portal's ResourceOwner if it actually has one. 2013-06-13 13:12:49 -04:00
utility.c Allow aggregate functions to be VARIADIC. 2013-09-03 17:08:46 -04:00