pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
Date
Msg-id 20050708041228.285EC5280B@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
XLOG_DBASE_DROP_OLD WAL records -- these records are no longer created in
current sources. Adjust numbering of XLOG_DBASE_CREATE and XLOG_DBASE_DROP
and bump the catversion. Patch from Gavin Sherry, adjusted by Neil Conway.

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.165 -> r1.166)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.165&r2=1.166)
    pgsql/src/include/catalog:
        catversion.h (r1.285 -> r1.286)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h.diff?r1=1.285&r2=1.286)
    pgsql/src/include/commands:
        dbcommands.h (r1.39 -> r1.40)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/dbcommands.h.diff?r1=1.39&r2=1.40)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Even though I'd like to see full_page_writes go away before 8.1,
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: This patch updates the DDL for contrib/pgcrypto to create all