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-07 06:32:06
Message-ID: 42CCCC66.9060406@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().

Barring any objections, I'll apply this tomorrow.

> I've removed XLOG_DBASE_CREATE_OLD and XLOG_DBASE_DROP_OLD from the header
> as well but have not changed the values of XLOG_DBASE_CREATE and
> XLOG_DBASE_DROP so as to avoid the need for an initdb.

I'll do this as well and bump the catversion.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-07-07 06:44:49 Re: pgcrypto volatility and strictness changes
Previous Message Mark Wong 2005-07-07 04:58:31 Re: [PATCHES] O_DIRECT for WAL writes