Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b76c61f

Browse files
committed
Silence bogus compiler warning.
1 parent c9f48b5 commit b76c61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/relfilenode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ transfer_all_new_dbs(DbInfoArr *old_db_arr,
4444
old_dbnum < old_db_arr->ndbs;
4545
old_dbnum++, new_dbnum++)
4646
{
47-
DbInfo *old_db = &old_db_arr->dbs[old_dbnum], *new_db;
47+
DbInfo *old_db = &old_db_arr->dbs[old_dbnum], *new_db = NULL;
4848
FileNameMap *mappings;
4949
int n_maps;
5050
pageCnvCtx *pageConverter = NULL;

0 commit comments

Comments
 (0)