pgsql: Make error handling of synchronous_standby_names consistent.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make error handling of synchronous_standby_names consistent.
Date: 2011-03-10 21:25:16
Message-ID: E1PxnMC-00077M-GP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-03-10 21:28:12 Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Previous Message Robert Haas 2011-03-10 20:56:42 pgsql: More synchronous replication typo fixes.