pgsql: Done: < o Automatically force archiving of partially-filled

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Done: < o Automatically force archiving of partially-filled
Date: 2006-08-08 17:40:02
Message-ID: 20060808174002.E82599FB2AC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Done:

< o Automatically force archiving of partially-filled WAL files when
> o -Automatically force archiving of partially-filled WAL files when
<
< Doing this will allow administrators to know more easily when
< the archive contains all the files needed for point-in-time
< recovery.
< http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php
<
< o Add reporting of the current WAL file and offset, perhaps as
> o -Add reporting of the current WAL file and offset, perhaps as
<
< The offset allows parts of a WAL file to be archived using
< an external program.
<

Modified Files:
--------------
pgsql/doc:
TODO (r1.1936 -> r1.1937)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1936&r2=1.1937)
pgsql/doc/src/FAQ:
TODO.html (r1.438 -> r1.439)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.438&r2=1.439)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-08-08 18:49:14 pgsql: Fix definition of "errcode" for MSVC.
Previous Message Teodor Sigaev 2006-08-08 15:46:31 pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni