[PATCHES] pgbench - segmentation fault

2007-08-22 Thread Julius Stroffek
Hi, pgbench contrib module is doing segmentation fault on Solaris when -d option is specified without -p option specified. This is because the -d option dumps the connection information and the default value of pgport variable is NULL which causes segmentation fault on Solaris when NULL is passe

Re: [PATCHES] [BUGS] pgbench - segmentation fault

2007-08-22 Thread Tom Lane
Julius Stroffek <[EMAIL PROTECTED]> writes: > pgbench contrib module is doing segmentation fault on Solaris > when -d option is specified without -p option specified. Applied in HEAD and 8.2. Thanks for the report! regards, tom lane ---(end of bro