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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy