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
|
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)
|
if ((msg = linkAndUpdateFile(pageConverter, oldfile, newfile)) != NULL)
|
||||||
pg_log(PG_FATAL,
|
pg_log(PG_FATAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user