Re: BUG #6216: Calling PQconnectdbParams from C++ with a char** - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6216: Calling PQconnectdbParams from C++ with a char**
Date
Msg-id 9713.1316991279@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #6216: Calling PQconnectdbParams from C++ with a char**  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-bugs
Craig Ringer <ringerc@ringerc.id.au> writes:
> On 21/09/2011 4:25 PM, Lionel Elie Mamane wrote:
>> I added my initial patch, and as far as I understand, I have to send
>> the revised patch to the list before I can register it at the
>> commitfest. So here is my revised patch, that uses "const char *const * "
>> like elsewhere in the same file instead of "char const* const*".

> Yep, I'm happy with that. It does what it says and no more.

I went ahead and committed this, since there seems no very good reason
to make it wait for the next commitfest.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6218: TRAP: FailedAssertion( "!(owner->nsnapshots == 0)", File: "resowner.c", Line: 365)
Next
From: Robert Haas
Date:
Subject: Re: BUG #6213: COPY does not work as expected in a plpgsql function