Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike
Дата
Msg-id 47E96FF4.5010003@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: > * -Avoid tuple some tuple copying in sort routines
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Simplify and standardize conversions between TEXT datums and