Skip to content

Commit 0857a84

Browse files
committed
In pg_upgrade, fix backward logging display of link operations.
1 parent 25cc742 commit 0857a84

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
@@ -243,7 +243,7 @@ transfer_relfile(pageCnvCtx *pageConverter, const char *oldfile,
243243
}
244244
else
245245
{
246-
pg_log(PG_INFO, "linking %s to %s\n", newfile, oldfile);
246+
pg_log(PG_INFO, "linking %s to %s\n", oldfile, newfile);
247247

248248
if ((msg = linkAndUpdateFile(pageConverter, oldfile, newfile)) != NULL)
249249
pg_log(PG_FATAL,

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