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

From [email protected] (Heikki Linnakangas)
Subject pgsql: Fix handling of b-tree reuse WAL records when hot standby is
Date
Msg-id [email protected]
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: [email protected] (Marc G. Fournier)
Date:
Subject: pgsql: tag for 9.0beta1
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix a couple of places where the result of fgets() wasn't