Thanks to visit codestin.com Credit goes to github.com
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 50610ef commit 4d46407Copy full SHA for 4d46407
src/bin/pg_ctl/pg_ctl.c
@@ -4,7 +4,7 @@
4
*
5
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
6
7
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.64 2006/01/14 15:41:28 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.65 2006/02/07 11:36:36 petere Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -1313,7 +1313,7 @@ main(int argc, char **argv)
1313
}
1314
else if (strcmp(argv[1], "-V") == 0 || strcmp(argv[1], "--version") == 0)
1315
{
1316
- printf("%s (PostgreSQL) %s\n", progname, PG_VERSION);
+ puts("pg_ctl (PostgreSQL) " PG_VERSION);
1317
exit(0);
1318
1319
0 commit comments