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

Commit530fb68

Browse files
committed
Update comments to reflect code rearrangement.
Commitf9143d1 falsified these.KaiGai Kohei
1 parent052cc22 commit530fb68

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

‎src/include/nodes/execnodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,8 @@ struct CustomExecMethods;
16111611
typedefstructCustomScanState
16121612
{
16131613
ScanStatess;
1614-
uint32flags;/* mask of CUSTOMPATH_* flags, see relation.h */
1614+
uint32flags;/* mask of CUSTOMPATH_* flags, see
1615+
* nodes/extensible.h */
16151616
List*custom_ps;/* list of child PlanState nodes, if any */
16161617
Sizepscan_len;/* size of parallel coordination information */
16171618
conststructCustomExecMethods*methods;

‎src/include/nodes/plannodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ struct CustomScanMethods;
560560
typedefstructCustomScan
561561
{
562562
Scanscan;
563-
uint32flags;/* mask of CUSTOMPATH_* flags, see relation.h */
563+
uint32flags;/* mask of CUSTOMPATH_* flags, see
564+
* nodes/extensible.h */
564565
List*custom_plans;/* list of Plan nodes, if any */
565566
List*custom_exprs;/* expressions that custom code may evaluate */
566567
List*custom_private;/* private data for custom code */

‎src/include/nodes/relation.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,8 @@ struct CustomPathMethods;
10871087
typedefstructCustomPath
10881088
{
10891089
Pathpath;
1090-
uint32flags;/* mask of CUSTOMPATH_* flags, see above */
1090+
uint32flags;/* mask of CUSTOMPATH_* flags, see
1091+
* nodes/extensible.h */
10911092
List*custom_paths;/* list of child Path nodes, if any */
10921093
List*custom_private;
10931094
conststructCustomPathMethods*methods;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp