mirror of https://github.com/postgres/postgres
In pg_upgrade, fix backward logging display of link operations.
This commit is contained in:
parent
25cc7424e3
commit
0857a84498
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue