Fix transcription error.
This commit is contained in:
parent
00a8eb61a2
commit
2042185baf
@ -452,7 +452,7 @@ create_script_for_cluster_analyze(char **analyze_script_file_name)
|
|||||||
fprintf(script, "#!/bin/sh\n\n");
|
fprintf(script, "#!/bin/sh\n\n");
|
||||||
#else
|
#else
|
||||||
/* suppress command echoing */
|
/* suppress command echoing */
|
||||||
fprintf(script, "@echo off");
|
fprintf(script, "@echo off\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
fprintf(script, "echo %sThis script will generate minimal optimizer statistics rapidly%s\n",
|
fprintf(script, "echo %sThis script will generate minimal optimizer statistics rapidly%s\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user