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

Commit678f544

Browse files
committed
Fix failure of some headers to compile "standalone".
Recently-added references to ParseState weren't covered by #includereferences, creating unwanted ordering dependencies for users ofthese headers.Oversight in commit2bfb50b. Per headerscheck/cpluspluscheck.
1 parentbc0cc68 commit678f544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/include/commands/publicationcmds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#definePUBLICATIONCMDS_H
1717

1818
#include"catalog/objectaddress.h"
19-
#include"nodes/parsenodes.h"
19+
#include"parser/parse_node.h"
2020

2121
externObjectAddressCreatePublication(ParseState*pstate,CreatePublicationStmt*stmt);
2222
externvoidAlterPublication(ParseState*pstate,AlterPublicationStmt*stmt);

‎src/include/commands/subscriptioncmds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#defineSUBSCRIPTIONCMDS_H
1717

1818
#include"catalog/objectaddress.h"
19-
#include"nodes/parsenodes.h"
19+
#include"parser/parse_node.h"
2020

2121
externObjectAddressCreateSubscription(ParseState*pstate,CreateSubscriptionStmt*stmt,
2222
boolisTopLevel);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp