Обсуждение: pgsql: Fix wrong WAL info value generated when gistContinueInsert()

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

pgsql: Fix wrong WAL info value generated when gistContinueInsert()

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix wrong WAL info value generated when gistContinueInsert() performs an
index page split.  This would result in index corruption, or even more likely
an error during WAL replay, if we were unlucky enough to crash during
end-of-recovery cleanup after having completed an incomplete GIST insertion.

Yoichi Hirai

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/gist:
        gistxlog.c (r1.32 -> r1.32.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistxlog.c?r1=1.32&r2=1.32.2.1)