Re: new libpq SSL connection option

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: new libpq SSL connection option
Дата
Msg-id 495678E5.7080804@esilo.com
обсуждение исходный текст
Ответ на Re: new libpq SSL connection option  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: new libpq SSL connection option
Список pgsql-hackers
Why does pqGetHomeDirectory have to succeed to use conn->sslrootcert. 
Maybe this should be an OR of the two since sslrootcert is not dependent 
on homedir?

around line 970 src/interfaces/libpq/fe-secure.c

if (conn->sslrootcert || pqGetHomeDirectory(homedir, sizeof(homedir)))

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


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

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: Frames vs partitions: is SQL2008 completely insane?
Следующее
От: "Lawrence, Ramon"
Дата:
Сообщение: Re: Proposed Patch to Improve Performance of Multi-BatchHash Join for Skewed Data Sets