Skip to content

Commit b480086

Browse files
committed
Add more includes so header files are self-contained
1 parent d2ab117 commit b480086

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

src/include/catalog/pg_subscription.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#define PG_SUBSCRIPTION_H
1313

1414
#include "catalog/genbki.h"
15+
#include "nodes/pg_list.h"
1516

1617
/* ----------------
1718
* pg_subscription definition. cpp turns this into

src/include/commands/publicationcmds.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef PUBLICATIONCMDS_H
1616
#define PUBLICATIONCMDS_H
1717

18+
#include "catalog/objectaddress.h"
1819
#include "nodes/parsenodes.h"
1920

2021
extern ObjectAddress CreatePublication(CreatePublicationStmt *stmt);

src/include/commands/subscriptioncmds.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef SUBSCRIPTIONCMDS_H
1616
#define SUBSCRIPTIONCMDS_H
1717

18+
#include "catalog/objectaddress.h"
1819
#include "nodes/parsenodes.h"
1920

2021
extern ObjectAddress CreateSubscription(CreateSubscriptionStmt *stmt);

src/include/replication/pgoutput.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef PGOUTPUT_H
1414
#define PGOUTPUT_H
1515

16+
#include "nodes/pg_list.h"
1617

1718
typedef struct PGOutputData
1819
{

src/include/replication/worker_internal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
#ifndef WORKER_INTERNAL_H
1313
#define WORKER_INTERNAL_H
1414

15+
#include "access/xlogdefs.h"
1516
#include "catalog/pg_subscription.h"
17+
#include "datatype/timestamp.h"
1618
#include "storage/lock.h"
1719

1820
typedef struct LogicalRepWorker

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy