We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c78846 commit 00fad9fCopy full SHA for 00fad9f
contrib/pg_upgrade/option.c
@@ -81,7 +81,7 @@ parseCommandLine(int argc, char *argv[])
81
}
82
if (strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-V") == 0)
83
{
84
- pg_log(PG_REPORT, "pg_upgrade " PG_VERSION "\n");
+ puts("pg_upgrade (PostgreSQL) " PG_VERSION);
85
exit(0);
86
87
0 commit comments