|
11 | 11 | * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
12 | 12 | * Portions Copyright (c) 1994, Regents of the University of California
|
13 | 13 | *
|
14 |
| - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.41 2008/01/19 17:43:42 tgl Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.42 2008/02/20 22:44:16 tgl Exp $ |
15 | 15 | *
|
16 | 16 | *-------------------------------------------------------------------------
|
17 | 17 | */
|
@@ -1826,7 +1826,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
|
1826 | 1826 | help();
|
1827 | 1827 | exit_nicely(0);
|
1828 | 1828 | case'V':
|
1829 |
| -printf("pg_regress (PostgreSQL %s)\n",PG_VERSION); |
| 1829 | +puts("pg_regress (PostgreSQL) "PG_VERSION); |
1830 | 1830 | exit_nicely(0);
|
1831 | 1831 | case1:
|
1832 | 1832 |
|
|