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