pgsql: Add a startup check that pg_xlog and pg_xlog/archive_status - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a startup check that pg_xlog and pg_xlog/archive_status
Date
Msg-id 20081109175115.3B2987545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add some documentation about handling of fractions in interval
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Replace pg_class.reltriggers with relhastriggers, which is just a