pgsql: Check for partial WAL files in standby mode. - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Check for partial WAL files in standby mode.
Date
Msg-id 20100212073644.F19C97541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Check for partial WAL files in standby mode. If restore_command restores
a partial WAL file, assume it's because the file is just being copied to
the archive and treat it the same as "file not found" in standby mode.
pg_standby has a similar check, so it seems reasonable to have the same
level of protection in the built-in standby mode.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.370 -> r1.371)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.370&r2=1.371)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Free reference in correct Perl context.
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: If primary_conninfo is not set, don't try to establish streaming