Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9b14280

Browse files
committed
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 f219167 is to blame, but I didn't try to verify that. Discussion: https://postgr.es/m/3699703.1595016554@sss.pgh.pa.us
1 parent 9de77b5 commit 9b14280

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/replication/worker_internal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#include "catalog/pg_subscription.h"
1919
#include "datatype/timestamp.h"
2020
#include "storage/lock.h"
21+
#include "storage/spin.h"
22+
2123

2224
typedef struct LogicalRepWorker
2325
{

0 commit comments

Comments
 (0)