pgsql: Have pg_stop_backup() wait for all archive files to be sent,

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Have pg_stop_backup() wait for all archive files to be sent,
Дата
Msg-id 20080405013406.3EA787558E7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Have pg_stop_backup() wait for all archive files to be sent, rather than
returing right away.  This guarantees that when pg_stop_backup()
returns, you have a valid backup.

Simon Riggs

Modified Files:
--------------
    pgsql/doc/src/sgml:
        backup.sgml (r2.116 -> r2.117)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.116&r2=2.117)
    pgsql/src/backend/access/transam:
        xlog.c (r1.295 -> r1.296)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.295&r2=1.296)

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Remove no-longer-used function assign_backslash_quote()
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Defend against JOINs having more than 32K columns altogether.