]> granicus.if.org Git - postgresql/commit
Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Apr 2006 16:45:50 +0000 (16:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Apr 2006 16:45:50 +0000 (16:45 +0000)
commitc9a2b6d4ca103552315ac51cb012161803574516
tree1d027925ee3138a04e5a46b16cdd5522e6da9658
parent8d02b15e33ccbf9e58cb5b227254610491a90dc2
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.
src/backend/access/gist/gistxlog.c