Обсуждение: pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is

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

pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we
don't have anything to do to the page, but we still have to adjust the
incomplete_inserts list that we're maintaining in memory.

Modified Files:
--------------
    pgsql/src/backend/access/gist:
        gistxlog.c (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistxlog.c.diff?r1=1.14&r2=1.15)