Re: Patch to remove deadcode from dbcommands.c

From: Neil Conway <neilc(at)samurai(dot)com>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch to remove deadcode from dbcommands.c
Date: 2005-07-08 04:12:41
Message-ID: 42CDFD39.7080908@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Gavin Sherry wrote:
> This patch removes dead code from redo_dbase(). The code processes
> CREATE/DROP DATABASE recovery records which are of types
> XLOG_DBASE_CREATE_OLD and XLOG_DBASE_DROP_OLD. We do not create such
> records.

Applied with additional fixes (you forgot to remove the reference to the
old #defines in dbase_desc()) -- thanks for the patch. Catversion bumped.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-07-08 04:28:10 Re: pgcrypto volatility and strictness changes
Previous Message jtv 2005-07-08 03:33:53 Re: patch: garbage error strings in libpq