mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
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_WorkTableScan:
|
||||
case T_ForeignScan:
|
||||
case T_CustomScan:
|
||||
plan->targetlist = build_path_tlist(root, path);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user