projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3500d
)
pg_upgrade: adjust error output to use new database list format
author
Bruce Momjian
<bruce@momjian.us>
Wed, 23 Oct 2019 22:06:38 +0000
(18:06 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 23 Oct 2019 22:06:38 +0000
(18:06 -0400)
Commit
a524f50d0f
added
old_11_check_for_sql_identifier_data_type_usage(), but it did not use
the clearer database error list format added to the master branch in
commit
1634d36157
. This commit fixes that.
Backpatch-through: master
src/bin/pg_upgrade/version.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/version.c
b/src/bin/pg_upgrade/version.c
index b64171d275a38875c7feb939ddce5a7a1150c056..3f7c8c5395b468cc1cfca9a9a101e38e66f7474b 100644
(file)
--- a/
src/bin/pg_upgrade/version.c
+++ b/
src/bin/pg_upgrade/version.c
@@
-540,7
+540,7
@@
old_11_check_for_sql_identifier_data_type_usage(ClusterInfo *cluster)
strerror(errno));
if (!db_used)
{
- fprintf(script, "
D
atabase: %s\n", active_db->db_name);
+ fprintf(script, "
In d
atabase: %s\n", active_db->db_name);
db_used = true;
}
fprintf(script, " %s.%s.%s\n",