pgsql: If a corrupt WAL record is received by streaming replication,

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If a corrupt WAL record is received by streaming replication,
Date: 2010-06-14 06:04:21
Message-ID: 20100614060421.B76A07541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-06-14 08:54:35 pgsql: Fix typo in Japanese translation for psql "Use \d+ to list them."
Previous Message User Itagaki 2010-06-14 05:11:26 reorg - pg_reorg: Fix a bug that pg_reorg cannot parse index definitions