pgsql: Fix another oversight in CustomScan patch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix another oversight in CustomScan patch.
Date
Msg-id E1XrXjA-00028B-4p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove no-longer-needed phony typedefs in genbki.h.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix another oversight in CustomScan patch.