Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that
authorHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 18 Mar 2009 20:30:35 +0000 (20:30 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 18 Mar 2009 20:30:35 +0000 (20:30 +0000)
commit61221bd404055c9ddf9077566ed239fa19b94def
tree5b85ef03a10da1d307641ffc83c89bcc2102cd83
parentedd0b0a091bfab0f13e6d6d9d9d1fe8adb79ce81
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.
contrib/pg_standby/pg_standby.c