pgsql: Now that streaming replication switches between streaming mode

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Now that streaming replication switches between streaming mode
Date: 2010-02-10 08:25:25
Message-ID: 20100210082525.8AA587541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Now that streaming replication switches between streaming mode and
restoring from archive, the last WAL segment is not necessarily open at
the end of recovery. Fix assertion that assumed that.

Fujii Masao, fixing the assertion failure reported by Martin Pihlak.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2010-02-10 09:19:01 Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Previous Message Heikki Linnakangas 2010-02-10 07:32:48 Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL