]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix replication/worker_internal.h to compile without other headers.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Jul 2020 18:58:18 +0000 (14:58 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Jul 2020 18:58:18 +0000 (14:58 -0400)
commit9b14280b207053f8b09e20b5719785ec4413b9d2
treeb999b3b056279090665da3681e98c990161d9d05
parent9de77b5453130242654ff0b30a551c9c862ed661
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
src/include/replication/worker_internal.h