pgsql: Fix replication/worker_internal.h to compile without other heade

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix replication/worker_internal.h to compile without other heade
Date: 2020-07-18 18:58:31
Message-ID: E1jws2Z-0006p8-GO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-07-19 10:45:33 pgsql: Define OPENSSL_API_COMPAT
Previous Message Tom Lane 2020-07-18 16:45:02 pgsql: Allow logical replication to transfer data in binary format.