Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that
commit3424808e06a188f4c74d90f39bcd570d532dad75
authorheikki <heikki>
Wed, 18 Mar 2009 20:30:35 +0000 (18 20:30 +0000)
committerheikki <heikki>
Wed, 18 Mar 2009 20:30:35 +0000 (18 20:30 +0000)
treeeb1a99e7df41491ba18d2bfd87a354d06dac11d8
parentcf40eb566511d8ea33d05ecca91e50b9edf54415
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