pgsql: Add a startup check that pg_xlog and pg_xlog/archive_status

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a startup check that pg_xlog and pg_xlog/archive_status
Date: 2008-11-09 17:51:15
Message-ID: 20081109175115.3B2987545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/doc/src/sgml:
backup.sgml (r2.120 -> r2.121)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.120&r2=2.121)
pgsql/src/backend/access/transam:
xlog.c (r1.321 -> r1.322)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.321&r2=1.322)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-09 21:24:33 pgsql: Replace pg_class.reltriggers with relhastriggers, which is just a
Previous Message Tom Lane 2008-11-09 17:09:49 pgsql: Add some documentation about handling of fractions in interval