Re: PQinitSSL broken in some use casesf

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: PQinitSSL broken in some use casesf
Дата
Msg-id b42b73150902101006n4e20e851l167cbb66b9b96b4c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PQinitSSL broken in some use casesf  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Tue, Feb 10, 2009 at 1:02 PM, Magnus Hagander <magnus@hagander.net> wrote:
> Merlin Moncure wrote:
>> On Tue, Feb 10, 2009 at 12:03 PM, Dave Page <dpage@pgadmin.org> wrote:
>>> On Tue, Feb 10, 2009 at 4:57 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
>>>
>>>> PQinitSSL is *broken*.  It's always been broken.  Since it already
>>>> takes a parameter, I say add a special switch...the backwards
>>>> compatibility danger doesn't seem too bad.
>>> Add a switch to what? I get very nervous for our Windows users when
>>> people start talking about changing the libpq API (for those that
>>> don't know, Windows doesn't have DLL versioning like Unix - so any
>>> non-backwards compatible API change really needs a corresponding
>>> filename change to avoid pain and suffering).
>>
>> PQinitSSL(SSL_ONLY) or something, where the constant is carefully
>> chosen to not be accidentally passed in by older libpq users.
>
> So how are you planinng to deal with it when your application passes
> that to a version of libpq that doesn't support it?

well, either nothing, which is no worse off than we are now, or
backpatch the fix.  probably nothing :-)

merlin


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: PQinitSSL broken in some use casesf
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: HotStandby-Patch and WAL_DEBUG