* Peter Eisentraut wrote:
> I noticed ecpglib still uses PQconnectdb() with a craftily assembled
> connection string. Here is a patch to use PQconnectdbParams() instead.
+ const char *conn_keywords[6];
+ const char *conn_values[6];
Shouldn't these be [7]? You can have up to 6 items, plus the terminator.
--
Christian Ullrich
In response to
Responses
pgsql-hackers by date
| Next: | From: Robert Haas | Date: 2012-02-03 12:52:34 |
| Subject: Re: patch for parallel pg_dump |
| Previous: | From: Fujii Masao | Date: 2012-02-03 09:55:42 |
| Subject: Re: Patch pg_is_in_backup() |