Fix another oversight in CustomScan patch.
disuse_physical_tlist() must work for all plan types handled by create_scan_plan().
This commit is contained in:
parent
c5111ea9ca
commit
03e574af5f
@ -553,6 +553,7 @@ disuse_physical_tlist(PlannerInfo *root, Plan *plan, Path *path)
|
|||||||
case T_CteScan:
|
case T_CteScan:
|
||||||
case T_WorkTableScan:
|
case T_WorkTableScan:
|
||||||
case T_ForeignScan:
|
case T_ForeignScan:
|
||||||
|
case T_CustomScan:
|
||||||
plan->targetlist = build_path_tlist(root, path);
|
plan->targetlist = build_path_tlist(root, path);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user