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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have pg_stop_backup() wait for all archive files to be sent,
Date: 2008-04-05 01:34:06
Message-ID: 20080405013406.3EA787558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-05 01:39:15 Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing
Previous Message Bruce Momjian 2008-04-05 00:47:26 Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing