pg_upgrade: Improve message indentation

Fix commit f295494d33 to use consistent four-space indentation for
verbose messages.
REL_18_STABLE
Peter Eisentraut 1 month ago
parent 67ffe1987d
commit 1084e76f3c
  1. 2
      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" "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" "also be marked NOT NULL, or the upgrade will fail.\n"
"You can fix this by running\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" "on each column listed in the file:\n"
" %s", report.path); " %s", report.path);
} }

Loading…
Cancel
Save