]> granicus.if.org Git - postgresql/commit
Make error handling of synchronous_standby_names consistent.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Mar 2011 21:24:52 +0000 (16:24 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Mar 2011 21:24:52 +0000 (16:24 -0500)
commit551c07d84ae2f0d3b7dde68e52322edf9cb87ba5
tree513e377d6f0f062bb6f87604596625238a3f5565
parent2e019c8611654175780db488d81cc2dc8311f22e
Make error handling of synchronous_standby_names consistent.

It's not a good idea to kill the postmaster just because someone muffs
this, and it's not consistent with what we do for other, similar GUCs.

Fujii Masao, with a bit more hacking by me
src/backend/replication/syncrep.c