Make error handling of synchronous_standby_names consistent.

Robert Haas <rhaas@postgresql.org>

Commit: 551c07d84ae2f0d3b7dde68e52322edf9cb87ba5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-03-10T21:24:52Z
Releases: 9.1.0
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

Files

PathChange+/−
src/backend/replication/syncrep.c modified +2 −4