Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: e1cf329061aed52e1948bb9bff870db68975c33d
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-03-18T20:30:36Z
Releases: 8.3.8
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.

Files

PathChange+/−
contrib/pg_standby/pg_standby.c modified +4 −1