diff options
| author | Peter Eisentraut | 2017-01-21 20:49:53 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-01-21 20:49:53 +0000 |
| commit | b48008676002895c284c9a7a3d4fc7210b58044d (patch) | |
| tree | a1bae9cdf19eb483e3629f6c434bb7a2ddb68762 /src/include/replication | |
| parent | d2ab1176160e30543da1e48f7e0d17564852b693 (diff) | |
Add more includes so header files are self-contained
Diffstat (limited to 'src/include/replication')
| -rw-r--r-- | src/include/replication/pgoutput.h | 1 | ||||
| -rw-r--r-- | src/include/replication/worker_internal.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/include/replication/pgoutput.h b/src/include/replication/pgoutput.h index c20451d1f29..83e395823e4 100644 --- a/src/include/replication/pgoutput.h +++ b/src/include/replication/pgoutput.h @@ -13,6 +13,7 @@ #ifndef PGOUTPUT_H #define PGOUTPUT_H +#include "nodes/pg_list.h" typedef struct PGOutputData { diff --git a/src/include/replication/worker_internal.h b/src/include/replication/worker_internal.h index cecd2b8a1ce..29c43fc92a8 100644 --- a/src/include/replication/worker_internal.h +++ b/src/include/replication/worker_internal.h @@ -12,7 +12,9 @@ #ifndef WORKER_INTERNAL_H #define WORKER_INTERNAL_H +#include "access/xlogdefs.h" #include "catalog/pg_subscription.h" +#include "datatype/timestamp.h" #include "storage/lock.h" typedef struct LogicalRepWorker |
