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

Commit748e98d

Browse files
committed
Fix code comment
The changes made in commitd2b4b4c contained incorrect comments:They said that certain forward declarations were necessary to "avoidincluding pathnodes.h here", but the file is itself pathnodes.h! Sochange the comment to just say it's a forward declaration in one case,and in the other case we don't need the declaration at all because italready appeared earlier in the file.
1 parent09be391 commit748e98d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/include/nodes/pathnodes.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,8 +1134,7 @@ typedef struct IndexOptInfo IndexOptInfo;
11341134
#defineHAVE_INDEXOPTINFO_TYPEDEF 1
11351135
#endif
11361136

1137-
structIndexPath;/* avoid including pathnodes.h here */
1138-
structPlannerInfo;/* avoid including pathnodes.h here */
1137+
structIndexPath;/* forward declaration */
11391138

11401139
structIndexOptInfo
11411140
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp