Re: Patch to remove deadcode from dbcommands.c - Mailing list pgsql-patches

From Neil Conway
Subject Re: Patch to remove deadcode from dbcommands.c
Date
Msg-id 42CDFD39.7080908@samurai.com
Whole thread Raw
In response to Patch to remove deadcode from dbcommands.c  (Gavin Sherry <swm@linuxworld.com.au>)
List 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

pgsql-patches by date:

Previous
From: jtv@xs4all.nl
Date:
Subject: Re: patch: garbage error strings in libpq
Next
From: Neil Conway
Date:
Subject: Re: pgcrypto volatility and strictness changes