Files
repmgr/repmgr.h
Ian Barwick 0fbc0f42b5 Prevent use of backend string functions
From PostgreSQL 12, port.h forcibly redefines printf() et al to use
the versions defined by PostgreSQL (pg_printf() et al). As this
causes linking issues in build environments which build pre-Pg12
versions against Pg12's libpq, ensure relevant macros defined
in port.h are undefined.
2019-10-09 09:12:58 +09:00

4.2 KiB