We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44a3fb commit 7f95147Copy full SHA for 7f95147
contrib/pg_upgrade/relfilenode.c
@@ -37,7 +37,8 @@ transfer_all_new_dbs(DbInfoArr *old_db_arr,
37
int old_dbnum, new_dbnum;
38
const char *msg = NULL;
39
40
- prep_status("Restoring user relation files\n");
+ prep_status("%s user relation files\n",
41
+ user_opts.transfer_mode == TRANSFER_MODE_LINK ? "Linking" : "Copying");
42
43
/* Scan the old cluster databases and transfer their files */
44
for (old_dbnum = new_dbnum = 0;
0 commit comments