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

Commit6592d89

Browse files
committed
ecpg: Change --version output to common style
When we removed the ecpg-specific versions, we also removed the"(PostgreSQL)" from the --version output, which we show in otherprograms.Reported-by: Ioseph Kim <pgsql-kr@postgresql.kr>
1 parentc02b568 commit6592d89

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/preproc/ecpg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ main(int argc, char *const argv[])
149149
}
150150
if (strcmp(argv[1],"--version")==0||strcmp(argv[1],"-V")==0)
151151
{
152-
printf("ecpg %s\n",PG_VERSION);
152+
printf("ecpg(PostgreSQL)%s\n",PG_VERSION);
153153
exit(0);
154154
}
155155
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp