projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7bb57
)
Fix possible core dump from pgbench -d option. Julius Stroffek
author
Tom Lane
<
[email protected]
>
Wed, 22 Aug 2007 23:03:33 +0000
(23:03 +0000)
committer
Tom Lane
<
[email protected]
>
Wed, 22 Aug 2007 23:03:33 +0000
(23:03 +0000)
contrib/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgbench/pgbench.c
b/contrib/pgbench/pgbench.c
index afe880bf3618c6328f0a1dc075ba3b1ac49f9459..41cc49c7aa1343fb0cc9be061fbe94f281ee695e 100644
(file)
--- a/
contrib/pgbench/pgbench.c
+++ b/
contrib/pgbench/pgbench.c
@@
-81,7
+81,7
@@
int remains; /* number of remaining clients */
int is_connect; /* establish connection for each transaction */
char *pghost = "";
-char *pgport =
NULL
;
+char *pgport =
""
;
char *pgoptions = NULL;
char *pgtty = NULL;
char *login = NULL;