pgsql: Don't set the signal handler for SIGQUIT on Windows.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't set the signal handler for SIGQUIT on Windows.
Date: 2009-03-18 20:30:35
Message-ID: 20090318203035.1B53C754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that
reinstalling the default signal handler doesn't work as it is on Windows.
Presumably core dumps on SIGQUIT are not a problem on Windows, so rather
than figure out what header files or other changes are required to make it
work, just don't bother.

Modified Files:
--------------
pgsql/contrib/pg_standby:
pg_standby.c (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-18 20:30:36 pgsql: Don't set the signal handler for SIGQUIT on Windows.
Previous Message Tom Lane 2009-03-18 20:18:19 pgsql: Be more clear about when to use gist__int_ops vs.