postgresql/contrib/sslinfo
Tom Lane 568620dfd6 contrib/sslinfo needs a fix too to make hamerkop happy.
Re-ordering the #include's is a bit problematic here because
libpq/libpq-be.h needs to include <openssl/ssl.h>.  Instead,
let's #undef the unwanted macro after all the #includes.
This is definitely uglier than the other way, but it should
work despite possible future header rearrangements.

(A look at the openssl headers indicates that X509_NAME is the
only conflicting symbol that we use.)

In passing, remove a related but long-incorrect comment in
pg_backup_archiver.h.

Discussion: https://postgr.es/m/1051867.1635720347@sss.pgh.pa.us
2021-11-07 11:33:53 -05:00
..
Makefile Remove support for upgrading extensions from "unpackaged" state. 2020-02-19 16:59:14 -05:00
sslinfo--1.0--1.1.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
sslinfo--1.1--1.2.sql Update sslinfo extension for parallel query. 2016-06-14 14:52:55 -04:00
sslinfo--1.2.sql Update sslinfo extension for parallel query. 2016-06-14 14:52:55 -04:00
sslinfo.c contrib/sslinfo needs a fix too to make hamerkop happy. 2021-11-07 11:33:53 -05:00
sslinfo.control Update sslinfo extension for parallel query. 2016-06-14 14:52:55 -04:00