mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:00:01 -04:00
In pg_upgrade, fix backward logging display of link operations.
This commit is contained in:
parent
ee718c2310
commit
845626f506
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue