pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
Date: 2005-07-08 04:12:28
Message-ID: 20050708041228.285EC5280B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-07-08 04:27:49 pgsql: This patch updates the DDL for contrib/pgcrypto to create all
Previous Message Tom Lane 2005-07-08 04:07:27 pgsql: Even though I'd like to see full_page_writes go away before 8.1,