Re: [PATCHES] Minor recovery changes

2007-09-27 Thread Simon Riggs
On Wed, 2007-09-26 at 18:38 -0400, Tom Lane wrote: > "Simon Riggs" <[EMAIL PROTECTED]> writes: > > As discussed on -hackers and -admin... a few minor changes, rolled into > > a single patch. > > I've brought this up to speed with CVS HEAD and applied it. Many thanks. > I was not, however, sure w

Re: [PATCHES] Minor recovery changes

2007-09-26 Thread Tom Lane
"Simon Riggs" <[EMAIL PROTECTED]> writes: > As discussed on -hackers and -admin... a few minor changes, rolled into > a single patch. I've brought this up to speed with CVS HEAD and applied it. I was not, however, sure what your intention was with the files in test_warm_standby.tar.gz. That's no

Re: [PATCHES] Minor recovery changes

2007-04-09 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Si

Re: [PATCHES] Minor recovery changes

2007-04-09 Thread Bruce Momjian
Simon Riggs wrote: > On Sun, 2007-04-08 at 23:02 -0400, Bruce Momjian wrote: > > Simon, do you have email access while you are away for two weeks? Can > > you answer questions via email? > > It's not a complete blackout, if I check through... > > Irregular email 10-12 Apr > Now available 17 Apr

Re: [PATCHES] Minor recovery changes

2007-04-08 Thread Simon Riggs
On Sun, 2007-04-08 at 23:02 -0400, Bruce Momjian wrote: > Simon, do you have email access while you are away for two weeks? Can > you answer questions via email? It's not a complete blackout, if I check through... Irregular email 10-12 Apr Now available 17 Apr half day Email 19, 21 A

Re: [PATCHES] Minor recovery changes

2007-04-08 Thread Bruce Momjian
Simon, do you have email access while you are away for two weeks? Can you answer questions via email? --- Simon Riggs wrote: > As discussed on -hackers and -admin... a few minor changes, rolled into > a single patch. > > -

[PATCHES] Minor recovery changes

2007-04-08 Thread Simon Riggs
As discussed on -hackers and -admin... a few minor changes, rolled into a single patch. - check we have an archiver to carry away WAL files at shutdown (was part of task 1) - archive_mode GUC, on which archive_command is dependent closing loophole to avoid data loss with wal-avoiding commands (wa