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 3706f08 commit 6d7f1d3Copy full SHA for 6d7f1d3
contrib/pgbench/pgbench.c
@@ -1,5 +1,5 @@
1
/*
2
- * $Header: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v 1.6 2000/09/29 13:53:29 petere Exp $
+ * $Header: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v 1.7 2000/11/01 00:45:46 ishii Exp $
3
*
4
* pgbench: a simple TPC-B like benchmark program for PostgreSQL
5
* written by Tatsuo Ishii
@@ -512,8 +512,8 @@ main(int argc, char **argv)
512
opterr,
513
optopt;
514
int c;
515
- char *pghost = "";
516
- char *pgport = "";
+ char *pghost = NULL;
+ char *pgport = NULL;
517
char *dbName;
518
int is_init_mode = 0; /* initialize mode? */
519
int is_no_vacuum = 0; /* no vacuum at all before
0 commit comments