mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Silence bogus compiler warning.
This commit is contained in:
@ -44,7 +44,7 @@ transfer_all_new_dbs(DbInfoArr *old_db_arr,
|
|||||||
old_dbnum < old_db_arr->ndbs;
|
old_dbnum < old_db_arr->ndbs;
|
||||||
old_dbnum++, new_dbnum++)
|
old_dbnum++, new_dbnum++)
|
||||||
{
|
{
|
||||||
DbInfo *old_db = &old_db_arr->dbs[old_dbnum], *new_db;
|
DbInfo *old_db = &old_db_arr->dbs[old_dbnum], *new_db = NULL;
|
||||||
FileNameMap *mappings;
|
FileNameMap *mappings;
|
||||||
int n_maps;
|
int n_maps;
|
||||||
pageCnvCtx *pageConverter = NULL;
|
pageCnvCtx *pageConverter = NULL;
|
||||||
|
Reference in New Issue
Block a user