Re: pgsql: Provide a TLS init hook

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Provide a TLS init hook
Дата
Msg-id 35de6665-55d7-d888-95e5-6c0094ab66b4@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Provide a TLS init hook  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Provide a TLS init hook  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 3/25/20 9:28 PM, Tom Lane wrote:
> 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?
>
>             



Ugh. I have put in place a hack to clear the error on jacana. Yes, the
client does something different so we can run each module separately.
Trawling through the output and files for one test on its own is hard
enough, I don't want to aggregate them.


cheers


andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Further fixes for ssl_passphrase_callback test module.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Drop slot's LWLock before returning from SaveSlotToPath()