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

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of
Date: 2012-02-05 12:53:17
Message-ID: fcff369f678433732a0274778faab460@oopsware.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sat, 04 Feb 2012 00:18:41 +0000, Michael Meskes <meskes(at)postgresql(dot)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.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-02-05 20:51:09 pgsql: Fix transient clobbering of shared buffers during WAL replay.
Previous Message Tom Lane 2012-02-05 03:37:53 pgsql: Add missing Assert and fix inaccurate elog message in standby_re