pgsql: If a corrupt WAL record is received by streaming replication, - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: If a corrupt WAL record is received by streaming replication,
Date
Msg-id 20100614060421.B76A07541D4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
If a corrupt WAL record is received by streaming replication, disconnect
and retry. If the record is genuinely corrupt in the master database,
there's little hope of recovering, but it's better than simply retrying
to apply the corrupt WAL record in a tight loop without even trying to
retransmit it, which is what we used to do.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.423 -> r1.424)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.423&r2=1.424)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: reorg - pg_reorg: Fix a bug that pg_reorg cannot parse index definitions
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Fix typo in Japanese translation for psql "Use \d+ to list them."