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

Commit03e574a

Browse files
committed
Fix another oversight in CustomScan patch.
disuse_physical_tlist() must work for all plan types handled bycreate_scan_plan().
1 parentc5111ea commit03e574a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/optimizer/plan/createplan.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ disuse_physical_tlist(PlannerInfo *root, Plan *plan, Path *path)
553553
caseT_CteScan:
554554
caseT_WorkTableScan:
555555
caseT_ForeignScan:
556+
caseT_CustomScan:
556557
plan->targetlist=build_path_tlist(root,path);
557558
break;
558559
default:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp