]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix bug in the WAL recovery code to finish an incomplete split.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 11 Jun 2008 08:42:35 +0000 (08:42 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 11 Jun 2008 08:42:35 +0000 (08:42 +0000)
commit17209608aeb547f470d82f32c658e1e4c92c06e5
treee337110cf705c20100b5fc5d89d88c40eaf64f64
parenta7aaa494e3aaddee0e7532bb3550747b9710b58f
Fix bug in the WAL recovery code to finish an incomplete split.
CacheInvalidateRelcache() crashes if called in WAL recovery, because the
invalidation infrastructure hasn't been initialized yet.

Back-patch to 8.2, where the bug was introduced.
src/backend/access/nbtree/nbtinsert.c