pgsql: Fix replication/worker_internal.h to compile without other heade - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix replication/worker_internal.h to compile without other heade
Date
Msg-id E1jws2Z-0006p8-GO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix replication/worker_internal.h to compile without other headers.

This header hasn't changed recently, so the fact that it now fails
headerscheck/cpluspluscheck testing must be due to changes in what
it includes.  Probably f21916791 is to blame, but I didn't try to
verify that.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b14280b207053f8b09e20b5719785ec4413b9d2

Modified Files
--------------
src/include/replication/worker_internal.h | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow logical replication to transfer data in binary format.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Define OPENSSL_API_COMPAT