Re: [HACKERS] Point in Time Recovery - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Point in Time Recovery
Date
Msg-id 4589.1090388994@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Point in Time Recovery  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: [HACKERS] Point in Time Recovery
List pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> A more important omission is the deletion of a message to indicate that
> the server is acting in archive_mode....so there's no visual clue in the
> log to warn an admin that its been turned off now or incorrectly
> specified (by somebody else, of course). (At least using the default log
> mode).

Hmm, we are apparently not reading the same code.  My copy shows

LOG:  starting archive recovery
LOG:  restore_command = "cp /home/postgres/testversion/archive/%f %p"
... blah blah ...
LOG:  archive recovery complete

Which part of this is insufficiently clear?

            regards, tom lane

pgsql-patches by date:

Previous
From: Philip Warner
Date:
Subject: Re: Patch for pg_dump: Multiple -t options and new
Next
From: Klaus Naumann
Date:
Subject: Re: [HACKERS] Point in Time Recovery