Обсуждение: pgsql: Fix handling of b-tree reuse WAL records when hot standby is

Поиск
Список
Период
Сортировка

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

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
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)