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

Commitc7485a8

Browse files
committed
Add handling for GatherPath to print_path.
Peter Geoghegan
1 parent7fb008c commitc7485a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/backend/optimizer/path/allpaths.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,6 +2771,10 @@ print_path(PlannerInfo *root, Path *path, int indent)
27712771
ptype="Unique";
27722772
subpath= ((UniquePath*)path)->subpath;
27732773
break;
2774+
caseT_GatherPath:
2775+
ptype="Gather";
2776+
subpath= ((GatherPath*)path)->subpath;
2777+
break;
27742778
caseT_NestPath:
27752779
ptype="NestLoop";
27762780
join= true;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp