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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 753a040486a0b3ac8fbb25fdf532f447758dcc58
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-03-18T20:30:35Z
Releases: 8.4.0
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 +5 −2