Skip to content
Snippets Groups Projects
Commit 0857a844 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

In pg_upgrade, fix backward logging display of link operations.

parent 25cc7424
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ transfer_relfile(pageCnvCtx *pageConverter, const char *oldfile,
}
else
{
pg_log(PG_INFO, "linking %s to %s\n", newfile, oldfile);
pg_log(PG_INFO, "linking %s to %s\n", oldfile, newfile);
if ((msg = linkAndUpdateFile(pageConverter, oldfile, newfile)) != NULL)
pg_log(PG_FATAL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment