Skip to content

Commit 2042185

Browse files
committed
Fix transcription error.
1 parent 00a8eb6 commit 2042185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ create_script_for_cluster_analyze(char **analyze_script_file_name)
452452
fprintf(script, "#!/bin/sh\n\n");
453453
#else
454454
/* suppress command echoing */
455-
fprintf(script, "@echo off");
455+
fprintf(script, "@echo off\n");
456456
#endif
457457

458458
fprintf(script, "echo %sThis script will generate minimal optimizer statistics rapidly%s\n",

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