pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is
Дата
Msg-id 20060403164550.2201211F6608@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Improve gist XLOG code to follow the coding
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Put flex'ed and bison'ed files in contrib in the distribution