pgsql: If a base backup is cancelled by server shutdown or crash, throw - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: If a base backup is cancelled by server shutdown or crash, throw
Date
Msg-id 20100427092518.D26D97541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
If a base backup is cancelled by server shutdown or crash, throw an error
in WAL recovery when it sees the shutdown checkpoint record. It's more
user-friendly to find out about it at that point than at the end of
recovery, and you're not left wondering why your hot standby server never
opens up for read-only connections.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.403 -> r1.404)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.403&r2=1.404)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update documentation to match pg_stat_activity changes.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Reformat code examples in plpgsql docs for better readability in