pgsql: Need to use the start pointer of a block we read from WAL segment

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Need to use the start pointer of a block we read from WAL segment
Date: 2010-04-12 10:18:50
Message-ID: 20100412101850.9FC777541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Need to use the start pointer of a block we read from WAL segment in
the calculation, not the end pointer, as pointed out by Fujii Masao.

Modified Files:
--------------
pgsql/src/backend/replication:
walsender.c (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walsender.c?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-04-12 10:40:43 pgsql: Update the location of last removed WAL segment in shared memory
Previous Message Heikki Linnakangas 2010-04-12 10:01:04 pgsql: Adjust paragraph about monitoring streaming replication, now that