]> granicus.if.org Git - postgresql/commit
Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 18 Mar 2009 20:30:35 +0000 (20:30 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 18 Mar 2009 20:30:35 +0000 (20:30 +0000)
commit753a040486a0b3ac8fbb25fdf532f447758dcc58
tree6c681039b93489a5340292edcec7a822313f1d18
parent52e6371e7d7034e9142d8de204a3c3d045c12d13
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