pgsql: Blind attempt to silence SSL compile failures on hamerkop.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Blind attempt to silence SSL compile failures on hamerkop.
Date: 2021-11-02 19:18:27
Message-ID: E1mhzIh-0001QK-EF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Blind attempt to silence SSL compile failures on hamerkop.

Buildfarm member hamerkop has been failing for the last few days
with errors that look like OpenSSL's X509-related symbols have
not been imported into be-secure-openssl.c. It's unclear why
this should be, but let's try adding an explicit #include of
<openssl/x509v3.h>, as there has long been in fe-secure-openssl.c.

Discussion: https://postgr.es/m/1051867.1635720347@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24f9e49e430b4173d75a570e06abef8e3fd12c5e

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-11-03 02:53:08 pgsql: Fix parallel amvacuumcleanup safety bug.
Previous Message Peter Geoghegan 2021-11-02 19:07:40 pgsql: Don't overlook indexes during parallel VACUUM.