pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is
Date: 2006-04-03 16:45:50
Message-ID: 20060403164550.2201211F6608@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2006-04-03 18:47:41 pgsql: Put flex'ed and bison'ed files in contrib in the distribution
Previous Message Teodor Sigaev 2006-04-03 16:19:40 Re: pgsql: Improve gist XLOG code to follow the coding