aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-11-03 17:53:19 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-11-03 17:53:19 -0400
commit1819a375f117b8f98f6d4dd33bf53169e5e001ba (patch)
treec4069a1a5939f1331ba9f2f00b2b7c9c377dfc7e /src/backend/executor/nodeFunctionscan.c
parente4e60e7b6125e77f679861ebf43cc6b9f9dbf16d (diff)
downloadpostgresql-1819a375f117b8f98f6d4dd33bf53169e5e001ba.tar.gz
postgresql-1819a375f117b8f98f6d4dd33bf53169e5e001ba.zip
Fix inline_set_returning_function() to allow multiple OUT parameters.
inline_set_returning_function failed to distinguish functions returning generic RECORD (which require a column list in the RTE, as well as run-time type checking) from those with multiple OUT parameters (which do not). This prevented inlining from happening. Per complaint from Jay Levitt. Back-patch to 8.4 where this capability was introduced.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions