pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the
Дата
Msg-id 20060622204321.1B00C9FA5BA@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: pg_stop_backup was callingXLogArchiveNotify() twice for the  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-committers
Log Message:
-----------
pg_stop_backup was calling XLogArchiveNotify() twice for the newly created
backup history file.  Bug introduced by the 8.1 change to make pg_stop_backup
delete older history files.  Per report from Masao Fujii.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.222.2.3 -> r1.222.2.4)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.222.2.3&r2=1.222.2.4)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove dllinit.c; it was only needed for long-obsolete Cygwin