This is a discussion on Re: Patch to remove deadcode from dbcommands.c within the Pgsql Patches forums, part of the PostgreSQL category; --> Gavin Sherry wrote: > This patch removes dead code from redo_dbase(). The code processes > CREATE/DROP DATABASE recovery records ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |