Fix ExecMakeTableFunctionResult() to work with generic expressions as
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Dec 2002 20:27:32 +0000 (20:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Dec 2002 20:27:32 +0000 (20:27 +0000)
commit02f8c9a38297459c2664044ea6d98d91678a4d79
tree0621cf592229f7933bca8193d632cd227031d710
parent9ee7409ef7e1eb454083478b1e0b41b1240426ab
Fix ExecMakeTableFunctionResult() to work with generic expressions as
well as function calls.  This is needed for cases where the planner has
constant-folded or inlined the original function call.  Possibly we should
back-patch this change into 7.3 branch as well.
src/backend/executor/execQual.c
src/backend/executor/nodeFunctionscan.c
src/include/executor/executor.h