]> granicus.if.org Git - postgresql/commit
Allow the return value of an SQL function to be binary-compatible with
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 00:49:46 +0000 (00:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 00:49:46 +0000 (00:49 +0000)
commit5b2208a82e5b4ada93a68d0fb880a382b8ac6cc9
tree0126166a8065fea7907bc491a2148d3a6c67d48c
parent627c0d4472fc513fbd7a2fed709ec81681f1082e
Allow the return value of an SQL function to be binary-compatible with
the declared result type, rather than requiring exact type match as
before.  Per pghackers discusssion of 14-Aug.
src/backend/catalog/pg_proc.c