]> granicus.if.org Git - postgresql/commit
Add support for FUNCTION RTEs to build_physical_tlist(), so that the
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 May 2005 18:55:49 +0000 (18:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 May 2005 18:55:49 +0000 (18:55 +0000)
commitac25dbd84bbcc288fc93f4053b6df4b848cf5bc6
treec04bac159bf120cb50c9c4dcf8c8c7943a3cf8e0
parent3e8dbc846c55f467c4f3f46cab8286ab6762c481
Add support for FUNCTION RTEs to build_physical_tlist(), so that the
physical-tlist optimization can be applied to FunctionScan nodes as well
as regular tables and SubqueryScans.
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/util/plancat.c