git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ee718c2)
In pg_upgrade, fix backward logging display of link operations.
Wed, 5 Jan 2011 02:33:37 +0000 (21:33 -0500)
Wed, 5 Jan 2011 02:33:37 +0000 (21:33 -0500)

diff --git a/contrib/pg_upgrade/relfilenode.c b/contrib/pg_upgrade/relfilenode.c
index de81053241e64614fe8c1f59c40d3aeb9cd565f7..b20ca200f182e531b5119f07f8121569ad46e8d5 100644 (file)
--- a/contrib/pg_upgrade/relfilenode.c
+++ b/contrib/pg_upgrade/relfilenode.c
@@ -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,
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /