mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add more includes so header files are self-contained
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#ifndef PGOUTPUT_H
|
||||
#define PGOUTPUT_H
|
||||
|
||||
#include "nodes/pg_list.h"
|
||||
|
||||
typedef struct PGOutputData
|
||||
{
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user