Re: PQconninfo function for libpq - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: PQconninfo function for libpq
Date
Msg-id CABUevEz8Uyf6jYVf8jSz9nOvVFbty7EZXwz9P66M28Vf0s4Qxg@mail.gmail.com
Whole thread Raw
In response to Re: PQconninfo function for libpq  (Magnus Hagander <magnus@hagander.net>)
Responses Re: PQconninfo function for libpq  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Wed, Nov 28, 2012 at 7:01 AM, Magnus Hagander <magnus@hagander.net> wrote:
>
> On Nov 28, 2012 1:54 AM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
>>
>> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
>> > Peter Eisentraut wrote:
>> >> There is already the PQconninfoOption.dispchar field for this purpose.
>>
>> > I had the impression that that field would go away with this patch, but
>> > then again it might not be worth the compatibility break.  I find the
>> > dispchar thingy somewhat unsightly.
>>
>> It is that, without a doubt, but that API has been that way longer than
>> any of us have been working on the code.  I'm not excited about changing
>> it just to have an allegedly-cleaner API.  And we cannot have the field
>> simply "go away", because it's been exposed to applications for lo these
>> many years, and surely some of them are using it.  So in practice we'd
>> be maintaining both the old API and the new one.
>>
>> I think we should leave it as-is until there are more reasons to change
>> it than seem to be provided in this thread.
>
> I think removing that would be a really bad idea. I'm not sure anybody is
> actually relying on it, but it would also change the size of the struct and
> thus break things for anybody using those functions.
>
> If people prefer we remove the password classifier for the new function
> since it at least partially duplicates that field we can certainly do that,
> but I think leaving it in allows those who write new code to use a slightly
> neater api, at pretty much no cost in maintenance for us.

In the interest of moving things along, I'll remove these for now at
least, and commit the rest of the patch, so we can keep working on the
basebacku part of things.

--Magnus HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/



pgsql-hackers by date:

Previous
From: JiangGuiqing
Date:
Subject: Re: [PATCH] Patch to fix a crash of psql
Next
From: "Albe Laurenz"
Date:
Subject: Re: [PATCH] Patch to fix a crash of psql