pgsql: Have pg_stop_backup() wait for all archive files to be sent, - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Have pg_stop_backup() wait for all archive files to be sent,
Date
Msg-id 20080405013406.3EA787558E7@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Remove no-longer-used function assign_backslash_quote()
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Defend against JOINs having more than 32K columns altogether.