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

Commit00fad9f

Browse files
committed
Format pg_upgrade --version in line with conventions
1 parent4c78846 commit00fad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ parseCommandLine(int argc, char *argv[])
8181
}
8282
if (strcmp(argv[1],"--version")==0||strcmp(argv[1],"-V")==0)
8383
{
84-
pg_log(PG_REPORT,"pg_upgrade "PG_VERSION"\n");
84+
puts("pg_upgrade(PostgreSQL)"PG_VERSION);
8585
exit(0);
8686
}
8787
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp