Add a startup check that pg_xlog and pg_xlog/archive_status exist.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/backup.sgml | modified | +1 −3 |
| src/backend/access/transam/xlog.c | modified | +56 −1 |