mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
In pg_upgrade, fix backward logging display of link operations.
This commit is contained in:
parent
ee718c2310
commit
845626f506
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user