pgsql: Throw a nicer error message if a standby server attempts to

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Throw a nicer error message if a standby server attempts to
Date: 2010-03-16 09:09:55
Message-ID: 20100316090955.9A5107541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Throw a nicer error message if a standby server attempts to connect while
the master is still in recovery. We don't support cascading slaves yet.

Patch by Fujii Masao, with slightly changed wording.

Modified Files:
--------------
pgsql/src/backend/replication:
walsender.c (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walsender.c?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-03-16 09:46:35 Re: pgsql: Document that trig functions accept/return values in radians.
Previous Message User Itagaki 2010-03-16 08:29:39 pgstatsinfo - pg_statsinfo: small fix.