pgsql: Fix WAL redo of FSM truncation.

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Fix WAL redo of FSM truncation.
Дата
Msg-id 20081001081214.CD0C47545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL
replay, because it tries to XLogInsert().

Modified Files:
--------------
    pgsql/src/backend/storage/freespace:
        freespace.c (r1.62 -> r1.63)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/freespace.c?r1=1.62&r2=1.63)

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

Предыдущее
От: richtej@pgfoundry.org (User Richtej)
Дата:
Сообщение: pgsphere - pgsphere: Fix bug 1010485 (operator circle !&& circle)
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress an uninitialized-variable warning (not all versions of