Commit 0857a844 authored by Bruce Momjian's avatar Bruce Momjian

In pg_upgrade, fix backward logging display of link operations.

parent 25cc7424
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment