Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c9a2b6d4ca103552315ac51cb012161803574516
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-04-03T16:45:50Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/backend/access/gist/gistxlog.c modified +15 −13