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

From [email protected] (Heikki Linnakangas)
Subject pgsql: Need to use the start pointer of a block we read from WAL segment
Date
Msg-id [email protected]
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: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Adjust paragraph about monitoring streaming replication, now that
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Update the location of last removed WAL segment in shared memory