We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a8eb6 commit 2042185Copy full SHA for 2042185
contrib/pg_upgrade/check.c
@@ -452,7 +452,7 @@ create_script_for_cluster_analyze(char **analyze_script_file_name)
452
fprintf(script, "#!/bin/sh\n\n");
453
#else
454
/* suppress command echoing */
455
- fprintf(script, "@echo off");
+ fprintf(script, "@echo off\n");
456
#endif
457
458
fprintf(script, "echo %sThis script will generate minimal optimizer statistics rapidly%s\n",
0 commit comments