>>> Dave Cramer <[EMAIL PROTECTED]> wrote: 
> After terminating recovery mode by creating a trigger file postgres 

> starts up and complains about missing WAL files in pg_xlog; The last 

> two which were replayed. Is this normal ?
 
It is normal for recovery to ask for one or more files a second time
at the end.  It's important not to discard files after processing the
first time.  I don't know if that's the problem you're seeing.
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to