Re: ecpg thread-safe descriptor

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ecpg thread-safe descriptor
Дата
Msg-id 26528.1191355626@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ecpg thread-safe descriptor  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: ecpg thread-safe descriptor  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-patches
Magnus Hagander <magnus@hagander.net> writes:
> Michael Meskes wrote:
>> So, does an explicit export list help? If so I'm all for it. There is no
>> need to export all symbols. I always tried to keep the number of symbols
>> that get exported but are not needed low. So this will give the best
>> result possible.

> Yeah, it does seem to fix it.

That's very good news.  If Michael can put together an export list
soon then we'll be in good shape.

Michael: you should bump the major version number of ecpglib when you do
this.  Removing the not-officially-exported visible symbols *is* an ABI
break.  You may think there isn't anything depending on them, but
remember how we thought that (twice) for libpq too.  Bumping the major
version number will be cheap insurance against complaints later.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: ecpg thread-safe descriptor
Следующее
От: Hannes Eder
Дата:
Сообщение: minor compiler warning in libpg/fe-secure.c on win32 (msvc)