pgsql: Make error handling of synchronous_standby_names consistent. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Make error handling of synchronous_standby_names consistent.
Date
Msg-id E1PxnMC-00077M-GP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/551c07d84ae2f0d3b7dde68e52322edf9cb87ba5

Modified Files
--------------
src/backend/replication/syncrep.c |    6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: More synchronous replication typo fixes.
Next
From: Tom Lane
Date:
Subject: pgsql: Revert addition of third argument to format_type().