Thread: pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of

pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of

From
Michael Meskes
Date:
Applied Peter's patch to PQconnectdbParams in ecpglib instead of the old
PQconectdb.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fc211f8277c06326fcd5012f7247528920376a4c

Modified Files
--------------
src/interfaces/ecpg/ecpglib/connect.c |   75 +++++++++++++++++++--------------
1 files changed, 43 insertions(+), 32 deletions(-)


Re: pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of

From
Bernd Helmle
Date:
On Sat, 04 Feb 2012 00:18:41 +0000, Michael Meskes <meskes@postgresql.org>
wrote:
> Applied Peter's patch to PQconnectdbParams in ecpglib instead of the old
> PQconectdb.
>

I think Christian's complaint about the number of connection
options is right. You need to save 7 entries in the keywords array to
save enough room for the NULL terminator.