Re: pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of - Mailing list pgsql-committers

From Bernd Helmle
Subject Re: pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of
Date
Msg-id fcff369f678433732a0274778faab460@oopsware.de
Whole thread Raw
In response to pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of  (Michael Meskes <meskes@postgresql.org>)
List pgsql-committers
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.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve comment.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix transient clobbering of shared buffers during WAL replay.