Re: pgsql: Provide a TLS init hook

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Provide a TLS init hook
Date: 2020-03-25 22:17:21
Message-ID: 16587.1585174641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

I wrote:
> Buildfarm's not terribly happy --- I suspect that the makefile for
> the new test module is failing to link in libopenssl explicitly.

Concretely, I see that contrib/sslinfo has

SHLIB_LINK += $(filter -lssl -lcrypto -lssleay32 -leay32, $(LIBS))

which you probably need to crib here. There might be some analogous
magic in the MSVC files, too.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-25 23:37:39 pgsql: Fix assorted portability issues in commit 896fcdb23.
Previous Message Tom Lane 2020-03-25 22:01:16 Re: pgsql: Provide a TLS init hook

Browse pgsql-hackers by date

  From Date Subject
Next Message legrand legrand 2020-03-25 22:39:03 Re: pg_stat_statements: rows not updated for CREATE TABLE AS SELECT statements
Previous Message Andres Freund 2020-03-25 22:09:36 Re: AllocSetEstimateChunkSpace()