projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f295494
)
pg_upgrade: Add missing newline in error message
author
Álvaro Herrera
Fri, 4 Jul 2025 16:31:35 +0000
(18:31 +0200)
committer
Álvaro Herrera
Fri, 4 Jul 2025 16:31:35 +0000
(18:31 +0200)
Minor oversight in
347758b12063
src/bin/pg_upgrade/check.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/check.c
b/src/bin/pg_upgrade/check.c
index 2106869b999edd265fd6fa00b9a1f6c711f1cba0..a756ddbd254ff6d562cc091d717795d4c04927db 100644
(file)
--- a/
src/bin/pg_upgrade/check.c
+++ b/
src/bin/pg_upgrade/check.c
@@
-421,7
+421,7
@@
process_data_type_check(DbInfo *dbinfo, PGresult *res, void *arg)
if (!state->result)
{
pg_log(PG_REPORT, "failed check: %s", _(state->check->status));
- appendPQExpBuffer(*state->report, "\n%s\n%s %s\n",
+ appendPQExpBuffer(*state->report, "\n%s\n%s
\n
%s\n",
_(state->check->report_text),
_("A list of the problem columns is in the file:"),
output_path);