pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is
Date
Msg-id 20060403164550.2201211F6608@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we
don't have anything to do to the page, but we still have to adjust the
incomplete_inserts list that we're maintaining in memory.

Modified Files:
--------------
    pgsql/src/backend/access/gist:
        gistxlog.c (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistxlog.c.diff?r1=1.14&r2=1.15)

pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Improve gist XLOG code to follow the coding
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Put flex'ed and bison'ed files in contrib in the distribution