CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       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.


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to