postgresql/src
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
..
backend Doc: add some notes about performance of the List functions. 2021-11-06 19:12:51 -04:00
bin contrib/sslinfo needs a fix too to make hamerkop happy. 2021-11-07 11:33:53 -05:00
common Fix memory leak in pg_hmac 2021-10-01 22:47:05 +02:00
fe_utils Replace unicode characters in comments with ascii 2021-11-01 22:42:49 +01:00
include Change ThisTimeLineID from a global variable to a local variable. 2021-11-05 12:53:15 -04:00
interfaces Second attempt to silence SSL compile failures on hamerkop. 2021-11-06 12:43:18 -04:00
makefiles
pl plpgsql: report proper line number for errors in variable initialization. 2021-10-31 12:43:47 -04:00
port Speed up printing of integers in snprintf.c. 2021-10-28 13:39:57 -04:00
template
test Disallow making an empty lexeme via array_to_tsvector(). 2021-11-06 13:28:53 -04:00
timezone Update time zone data files to tzdata release 2021e. 2021-10-29 11:38:18 -04:00
tools Blind attempt to fix MSVC pgcrypto build. 2021-11-06 18:02:27 -04:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Add support for LZ4 compression in pg_receivewal 2021-11-05 11:33:25 +09:00
Makefile.shlib AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 2021-09-06 11:27:59 -07:00
nls-global.mk