Re: PQinitSSL broken in some use casesf

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: PQinitSSL broken in some use casesf
Дата
Msg-id 4992DD66.4020503@esilo.com
обсуждение исходный текст
Ответ на Re: PQinitSSL broken in some use casesf  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas wrote:
> On Feb 11, 2009, at 12:12 AM, Andrew Chernow <ac@esilo.com> wrote:
> 
>> Robert Haas wrote:
>>> I am not in love with the idea of using PQinitSSL(SOME_MAGIC_VALUE)
>>
>> The issue I see is the inability to toggle crypto initialization.   I 
>> think crypto init and ssl init are 2 different things. Thus, I 
>> proposed the below:
>>
>> http://archives.postgresql.org/pgsql-hackers/2009-02/msg00488.php
> 
> If that can be made transparent to existing apps, I'm all for it.
> 

Defaulting the crypto initialization to TRUE should make this 
transparent.  The downside is that this breaks backwards compatibility, 
since an unknown symbol is being referenced.  Although, that only occurs 
when PQinitCrypto is actually used.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: So, what locale should the regression tests run in?
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Optimization rules for semi and anti joins