Skip to content

Commit

Permalink
Fix replication/worker_internal.h to compile without other headers.
Browse files Browse the repository at this point in the history
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 f219167 is to blame, but I didn't try to
verify that.

Discussion: https://postgr.es/m/3699703.1595016554@sss.pgh.pa.us
  • Loading branch information
tglsfdc committed Jul 18, 2020
1 parent 9de77b5 commit 9b14280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/replication/worker_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include "catalog/pg_subscription.h"
#include "datatype/timestamp.h"
#include "storage/lock.h"
#include "storage/spin.h"


typedef struct LogicalRepWorker
{
Expand Down

0 comments on commit 9b14280

Please sign in to comment.