Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79e35bb

Browse files
petereartemgavrilov
authored andcommitted
pg_upgrade: Improve message indentation
Fix commit f295494 to use consistent four-space indentation for verbose messages.
1 parent 661c207 commit 79e35bb

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)