pgsql: Fix another oversight in CustomScan patch.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix another oversight in CustomScan patch.
Date: 2014-11-20 19:49:16
Message-ID: E1XrXjA-00028B-4p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-11-20 20:56:44 pgsql: Fix another oversight in CustomScan patch.
Previous Message Tom Lane 2014-11-20 18:16:19 pgsql: Remove no-longer-needed phony typedefs in genbki.h.