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 11fee4e commit d097534Copy full SHA for d097534
contrib/pgbench/pgbench.c
@@ -1,5 +1,5 @@
1
/*
2
- * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.69 2007/07/15 22:34:26 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.70 2007/08/22 23:03:27 tgl Exp $
3
*
4
* pgbench: a simple benchmark program for PostgreSQL
5
* written by Tatsuo Ishii
@@ -87,7 +87,7 @@ int remains; /* number of remaining clients */
87
int is_connect; /* establish connection for each transaction */
88
89
char *pghost = "";
90
-char *pgport = NULL;
+char *pgport = "";
91
char *pgoptions = NULL;
92
char *pgtty = NULL;
93
char *login = NULL;
0 commit comments