]> granicus.if.org Git - postgresql/commit
Fix bug in new B-tree page deletion code.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 22 Apr 2014 12:34:54 +0000 (15:34 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 22 Apr 2014 12:34:54 +0000 (15:34 +0300)
commit77fe2b6d795f3f4ed282c9c980920e128a57624e
tree41b45ca0fd021e0cd661d991b49744e544b17a17
parent7e30c186da8eaae84ab30352ac23f0d5bdc59e25
Fix bug in new B-tree page deletion code.

When modifying a page, must hold an exclusive lock. A shared lock is
obviously not good enough.
src/backend/access/nbtree/nbtpage.c