Add support for FUNCTION RTEs to build_physical_tlist(), so that the
authorTom Lane <[email protected]>
Mon, 30 May 2005 18:55:49 +0000 (18:55 +0000)
committerTom Lane <[email protected]>
Mon, 30 May 2005 18:55:49 +0000 (18:55 +0000)
commit821e49b7045f70f0d79a8ffe0aebf43e303d2bc7
tree19113c7747e64c255b9a587de23b3c16db7f21e5
parent9387d0e788eee61dffcbd580e6ccbaebf97a4a5e
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