Re: pgsql: Provide a TLS init hook

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Provide a TLS init hook
Дата
Msg-id 718.1585186096@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Provide a TLS init hook  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: pgsql: Provide a TLS init hook  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-committers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> On 3/25/20 7:44 PM, Tom Lane wrote:
>> I don't actually see why we need the localhost port at all --- it doesn't
>> look like this test ever attempts to connect to the server.  So couldn't
>> we just drop that?

> Seems reasonable. I just tested that and it seems quite happy, so I'll
> make the change.

Cool, thanks.

jacana has just exposed a different problem: it's not configured
--with-openssl, but the buildfarm script is trying to run this
new test module anyway.  I'm confused about the reason.
"make installcheck" in src/test/modules does the right thing,
but seemingly that client is doing something different?

            regards, tom lane



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Don't listen to localhost in ssl_passphrase_callback test
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further fixes for ssl_passphrase_callback test module.