Skip to content

Commit 03e574a

Browse files
committed
Fix another oversight in CustomScan patch.
disuse_physical_tlist() must work for all plan types handled by create_scan_plan().
1 parent c5111ea commit 03e574a

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
case T_CteScan:
554554
case T_WorkTableScan:
555555
case T_ForeignScan:
556+
case T_CustomScan:
556557
plan->targetlist = build_path_tlist(root, path);
557558
break;
558559
default:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy