CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/12/01 15:27:32
Modified files:
src/backend/executor: execQual.c nodeFunctionscan.c
src/include/executor: executor.h
Log message:
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.
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2002-12-01 21:05:14 |
| Subject: pgsql-server/src backend/optimizer/util/clause ... |
| Previous: | From: Tom Lane | Date: 2002-12-01 18:44:10 |
| Subject: pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ... |