pgsql: Fix a couple of problems pointed out by Fujii Masao in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix a couple of problems pointed out by Fujii Masao in the
Дата
Msg-id 20080908164216.2FB7D7545A3@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the
Список pgsql-committers
Log Message:
-----------
Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch
for pg_stop_backup.  First, it is possible that the history file name is not
alphabetically later than the last WAL file name, so we should explicitly
check that both have been archived.  Second, the previous coding would wait
forever if a checkpoint had managed to remove the WAL file before we look for
it.

Simon Riggs, plus some code cleanup by me.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.317 -> r1.318)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.317&r2=1.318)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make pg_dump --data-only try to order the table dumps so that
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the