In pg_upgrade, fix backward logging display of link operations.

This commit is contained in:
Bruce Momjian 2011-01-04 21:33:37 -05:00
parent ee718c2310
commit 845626f506

View File

@ -218,7 +218,7 @@ transfer_relfile(migratorContext *ctx, pageCnvCtx *pageConverter, const char *ol
}
else
{
pg_log(ctx, PG_INFO, "linking %s to %s\n", newfile, oldfile);
pg_log(ctx, PG_INFO, "linking %s to %s\n", oldfile, newfile);
if ((msg = linkAndUpdateFile(ctx, pageConverter, oldfile, newfile)) != NULL)
pg_log(ctx, PG_FATAL,