Fix handling of b-tree reuse WAL records when hot standby is disabled,
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 30 Apr 2010 06:34:29 +0000 (06:34 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 30 Apr 2010 06:34:29 +0000 (06:34 +0000)
commit21992dd4f5165692dcf039b3ed192a759dcc4f2c
tree33f1d205f3dfb08125b505962d22982eca4c7a64
parentf9d9b2b34a094b94fda39231c16ab5f2e6bfbbe4
Fix handling of b-tree reuse WAL records when hot standby is disabled,
and add missing code in btree_desc for them. This fixes the bug
with "tree_redo: unknown op code 208" error reported by Jaime Casanova.
src/backend/access/nbtree/nbtxlog.c