Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb480086

Browse files
committed
Add more includes so header files are self-contained
1 parentd2ab117 commitb480086

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
#definePG_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
#ifndefPUBLICATIONCMDS_H
1616
#definePUBLICATIONCMDS_H
1717

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

2021
externObjectAddressCreatePublication(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
#ifndefSUBSCRIPTIONCMDS_H
1616
#defineSUBSCRIPTIONCMDS_H
1717

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

2021
externObjectAddressCreateSubscription(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
#ifndefPGOUTPUT_H
1414
#definePGOUTPUT_H
1515

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

1718
typedefstructPGOutputData
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
#ifndefWORKER_INTERNAL_H
1313
#defineWORKER_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
typedefstructLogicalRepWorker

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp