]> granicus.if.org Git - postgresql/commit
Fix bug in the WAL recovery code to finish an incomplete split.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 11 Jun 2008 08:40:32 +0000 (08:40 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 11 Jun 2008 08:40:32 +0000 (08:40 +0000)
commitb9d591d6b9d95d9b6448e860c6c178f1674e6de2
tree2d68ee3e6ba0c332241b51d4f7104db39fe1b4fe
parentf35ed4041034985ae96a30e14e6eeaa7f5a52bce
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