]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix wrong WAL info value generated when gistContinueInsert() performs an
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Dec 2009 17:52:25 +0000 (17:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Dec 2009 17:52:25 +0000 (17:52 +0000)
commit6b922abf6024bb0896249d34423c8b70ed9c4f19
treefb2b4851b654461d03c03dce2e81c261ad0cf63e
parent6780cd23fb1b1d9d345e6ad570162217989553e8
Fix wrong WAL info value generated when gistContinueInsert() performs an
index page split.  This would result in index corruption, or even more likely
an error during WAL replay, if we were unlucky enough to crash during
end-of-recovery cleanup after having completed an incomplete GIST insertion.

Yoichi Hirai
src/backend/access/gist/gistxlog.c