projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ffe19
)
pg_upgrade: Improve message indentation
author
Peter Eisentraut
<
[email protected]
>
Thu, 7 Aug 2025 09:48:43 +0000
(11:48 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 7 Aug 2025 09:59:14 +0000
(11:59 +0200)
Fix commit
f295494d338
to use consistent four-space indentation for
verbose messages.
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 bb6d588a2ec6d9094b8f30548e067dee9cecdb94..93ef3c42c4c916dfc281fe453924c22830b853cb 100644
(file)
--- a/
src/bin/pg_upgrade/check.c
+++ b/
src/bin/pg_upgrade/check.c
@@
-1712,7
+1712,7
@@
check_for_not_null_inheritance(ClusterInfo *cluster)
"If the parent column(s) are NOT NULL, then the child column must\n"
"also be marked NOT NULL, or the upgrade will fail.\n"
"You can fix this by running\n"
- " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
+ "
ALTER TABLE tablename ALTER column SET NOT NULL;\n"
"on each column listed in the file:\n"
" %s", report.path);
}