Re: SSL cleanups/hostname verification

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: SSL cleanups/hostname verification
Дата
Msg-id 4900A134.4050206@hagander.net
обсуждение исходный текст
Ответ на Re: SSL cleanups/hostname verification  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: SSL cleanups/hostname verification  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:

> The patch seems pretty far short of sufficient as far as supporting a
> new conninfo option goes --- for instance it appears to leak the string
> at disconnect.  Check through all the references to some existing option
> field to see if you missed anything else.

Looking over it again, that's pretty much the only one I find. I checked
against sslmode. Did you spot something else?

Found a bug in the GSSAPI code though, which also does not free :) Will fix.

//Magnus


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: double-buffering page writes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Regression in IN( field, field, field ) performance