Re: Patch to remove deadcode from dbcommands.c

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Patch to remove deadcode from dbcommands.c
Дата
Msg-id 42CDFD39.7080908@samurai.com
обсуждение исходный текст
Ответ на Patch to remove deadcode from dbcommands.c  (Gavin Sherry <swm@linuxworld.com.au>)
Список 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 по дате отправления:

Предыдущее
От: jtv@xs4all.nl
Дата:
Сообщение: Re: patch: garbage error strings in libpq
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pgcrypto volatility and strictness changes