pgsql: Fix handling of b-tree reuse WAL records when hot standby is - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fix handling of b-tree reuse WAL records when hot standby is
Date
Msg-id 20100430063429.1C0177541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        nbtxlog.c (r1.67 -> r1.68)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtxlog.c?r1=1.67&r2=1.68)

pgsql-committers by date:

Previous
From: scrappy@postgresql.org (Marc G. Fournier)
Date:
Subject: pgsql: tag for 9.0beta1
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a couple of places where the result of fgets() wasn't