Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2042185

Browse files
committed
Fix transcription error.
1 parent00a8eb6 commit2042185

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)

[8]ページ先頭

©2009-2025 Movatter.jp