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

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Need to use the start pointer of a block we read from WAL segment
Date
Msg-id 20100412101850.9FC777541D0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Adjust paragraph about monitoring streaming replication, now that
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Update the location of last removed WAL segment in shared memory