pgsql: Throw a nicer error message if a standby server attempts to - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Throw a nicer error message if a standby server attempts to
Date
Msg-id 20100316090955.9A5107541D0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgstatsinfo - pg_statsinfo: small fix.
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Document that trig functions accept/return values in radians.