Disable triggering failover with a signal in pg_standby on Windows, because
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 4 Nov 2009 12:51:42 +0000 (12:51 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 4 Nov 2009 12:51:42 +0000 (12:51 +0000)
commit862f5dbdd1b61796f0527509d14b7ffccf1e74e0
tree57dcbafce024c0542343097aa121f13815ce05b5
parent9250485846a924e5ccfc21c37132a0f16e8210b1
Disable triggering failover with a signal in pg_standby on Windows, because
Windows doesn't do signal processing like other platforms do. It never
really worked, but recent changes to the signal handling made it crash.

This fixes bug #4961. Patch by Fujii Masao.
contrib/pg_standby/pg_standby.c