Add a startup check that pg_xlog and pg_xlog/archive_status exist.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1d577f5e49400465bd8cc3f91b67d03a551528c3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-09T17:51:15Z
Releases: 8.4.0
Add a startup check that pg_xlog and pg_xlog/archive_status exist.
If the latter doesn't exist, automatically recreate it.  (We don't do
this for pg_xlog, though, per discussion.)

Jonah Harris

Files

PathChange+/−
doc/src/sgml/backup.sgml modified +1 −3
src/backend/access/transam/xlog.c modified +56 −1