Thread: pgsql: Fix another oversight in CustomScan patch.

pgsql: Fix another oversight in CustomScan patch.

From
Tom Lane
Date:
Fix another oversight in CustomScan patch.

disuse_physical_tlist() must work for all plan types handled by
create_scan_plan().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/03e574af5f5d4682ce3ae6dc401ba126c70ce2ea

Modified Files
--------------
src/backend/optimizer/plan/createplan.c |    1 +
1 file changed, 1 insertion(+)