pgsql-server/src/backend/access/transam xlog.c - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/access/transam xlog.c
Date
Msg-id 20030717164504.669BCCCA5B@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/07/17 13:45:04

Modified files:
    src/backend/access/transam: xlog.c

Log message:
    Repair boundary-case bug introduced by patch of two months ago that
    fixed incorrect initial setting of StartUpID.  The logic in XLogWrite()
    expects that Write->curridx is advanced to the next page as soon as
    LogwrtResult points to the end of the current page, but StartupXLOG()
    failed to make that happen when the old WAL ended exactly on a page
    boundary.  Per trouble report from Hannu Krosing.


pgsql-committers by date:

Previous
From: meskes@svr1.postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg/ecpglib data.c
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/access/transam Tag: R ...