1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

In pg_upgrade, improve status wording now that we have per-database

status output for dump/restore.
This commit is contained in:
Bruce Momjian
2012-11-30 22:32:19 -05:00
parent 113d25c4e6
commit 5eeab9c85c
2 changed files with 6 additions and 5 deletions

View File

@ -248,7 +248,7 @@ prepare_new_databases(void)
set_frozenxids();
prep_status("Creating databases in the new cluster");
prep_status("Restoring global objects in the new cluster");
/*
* Install support functions in the global-object restore database to
@ -297,7 +297,7 @@ create_new_objects(void)
}
check_ok();
prep_status("Restoring database schema to new cluster\n");
prep_status("Restoring database schemas in the new cluster\n");
for (dbnum = 0; dbnum < old_cluster.dbarr.ndbs; dbnum++)
{