]> git.ipfire.org Git - thirdparty/postgresql.git/commit
For a SQL function declared to return a named composite type, make
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Jul 2004 13:51:38 +0000 (13:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Jul 2004 13:51:38 +0000 (13:51 +0000)
commit473165aff84506f013d5cb34187216c9c254c0b9
treed6d30324f951323341ae089508e136b9dbb47846
parent93a1fce5ccd23a19b681c9804b63bc3c5423933f
For a SQL function declared to return a named composite type, make
sure the tuple datums it returns actually show that type and not RECORD.
src/backend/executor/functions.c