Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike
Date
Msg-id 47E96FF4.5010003@dunslane.net
Whole thread Raw
In response to Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike  (Michael Meskes <meskes@postgresql.org>)
Responses Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike  (Michael Meskes <meskes@postgresql.org>)
List pgsql-committers

Michael Meskes wrote:
> On Fri, Mar 21, 2008 at 10:30:18AM -0400, Tom Lane wrote:
>
>> It's not the extra function that I object to so much as the library
>> version number bump.  That's going to create problems for packagers.
>>
>
> Ah, I didn't think far enough. Sorry, your definitely right on this one.
> Reverted.
>
>
>

But is it OK to add a function to the library without bumping the
version? AFAICS all you have reverted is the version bump, so we could
have two versions of the library with the same version number, one with
the new function and one without - that seems somewhat undesirable.

Also, regardless of the safety or otherwise, isn't it our standard
practice not to change anything in stable releases except for bug fixes?
That's part of what makes Postgres so stable, in fact.

cheers

andrew

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > * -Avoid tuple some tuple copying in sort routines
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Simplify and standardize conversions between TEXT datums and