1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Fix transcription error.

This commit is contained in:
Andrew Dunstan
2012-09-04 09:40:49 -04:00
parent 469530b370
commit fb18e4dd07

View File

@@ -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",