Skip to content

Commit 63c79a6

Browse files
committed
pg_upgrade: Improve message indentation
Fix commit f295494 to use consistent four-space indentation for verbose messages.
1 parent 835c937 commit 63c79a6

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
@@ -1307,7 +1307,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
13071307
"If the parent column(s) are NOT NULL, then the child column must\n"
13081308
"also be marked NOT NULL, or the upgrade will fail.\n"
13091309
"You can fix this by running\n"
1310-
" ALTER TABLE tablename ALTER column SET NOT NULL;\n"
1310+
" ALTER TABLE tablename ALTER column SET NOT NULL;\n"
13111311
"on each column listed in the file:\n"
13121312
" %s\n\n", output_path);
13131313
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy