aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-11-03 17:53:13 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-11-03 17:54:11 -0400
commit515e813543dad5464c1a226fd068fd4daf26a7f9 (patch)
tree2fcab3d6f8a1f200d2bf14f384df272bad463fc0 /src/backend/access/transam/xlogfuncs.c
parentf66c8252ab9a64dd49a0af2b481a2621dd008768 (diff)
downloadpostgresql-515e813543dad5464c1a226fd068fd4daf26a7f9.tar.gz
postgresql-515e813543dad5464c1a226fd068fd4daf26a7f9.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/access/transam/xlogfuncs.c')
0 files changed, 0 insertions, 0 deletions