]> granicus.if.org Git - postgresql/commit
Add a startup check that pg_xlog and pg_xlog/archive_status exist.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Nov 2008 17:51:15 +0000 (17:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Nov 2008 17:51:15 +0000 (17:51 +0000)
commit1d577f5e49400465bd8cc3f91b67d03a551528c3
tree92599ba78b12133d43e2523030adc6bf0de87351
parentdbf57d31f8d7bf5c058a9fab2a1ccb4a336864ce
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
doc/src/sgml/backup.sgml
src/backend/access/transam/xlog.c