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

Commitb07c695

Browse files
committed
Fix header inclusion issue.
partprune.h failed to compile by itself; needs to include partdefs.h.I think I must've broken this infa2cf16, though I'd swear I ranthe appropriate tests when removing #includes. Anyway, it's verysensible for this file to include partdefs.h, so let's just do that.Per cpluspluscheck.
1 parentea05b22 commitb07c695

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/include/partitioning/partprune.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#definePARTPRUNE_H
1616

1717
#include"nodes/execnodes.h"
18+
#include"partitioning/partdefs.h"
19+
1820
structPlannerInfo;/* avoid including pathnodes.h here */
1921
structRelOptInfo;
2022

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp