Skip to content

Commit a1b720a

Browse files
peterehopebo
authored andcommitted
pg_upgrade: Improve message indentation
Fix commit f295494d338 to use consistent four-space indentation for verbose messages. (cherry picked from commit 930e1faec54e9ca63d9d325167ef09fa09b658ff)
1 parent 3d81cdf commit a1b720a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
16561656
"If the parent column(s) are NOT NULL, then the child column must\n"
16571657
"also be marked NOT NULL, or the upgrade will fail.\n"
16581658
"You can fix this by running\n"
1659-
" ALTER TABLE tablename ALTER column SET NOT NULL;\n"
1659+
" ALTER TABLE tablename ALTER column SET NOT NULL;\n"
16601660
"on each column listed in the file:\n"
16611661
" %s", output_path);
16621662
}

0 commit comments

Comments
 (0)