pgsql: Adjust comment in .history file to match recovery target

Поиск
Список
Период
Сортировка
От sriggs@postgresql.org (Simon Riggs)
Тема pgsql: Adjust comment in .history file to match recovery target
Дата
Msg-id 20100319110515.26B157541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust comment in .history file to match recovery target specified. Comment
present since 8.0 was never fully meaningful, since two recovery targets
cannot be specified. Refactor recovery target type to make this change
and associated code easier to understand. No change in function.

Bug report arising from internal support question.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.382 -> r1.383)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.382&r2=1.383)
    pgsql/src/include/access:
        xlog.h (r1.103 -> r1.104)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.103&r2=1.104)

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

Предыдущее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: Reset btpo.xact following recovery of btree delete page.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python