In pg_upgrade, fix backward logging display of link operations.

This commit is contained in:
Bruce Momjian 2011-01-04 21:33:36 -05:00
parent 25cc7424e3
commit 0857a84498
1 changed files with 1 additions and 1 deletions

View File

@ -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,