]> granicus.if.org Git - postgresql/commit
check_sql_fn_retval has always thought that we supported doing
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 2004 23:14:08 +0000 (23:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 2004 23:14:08 +0000 (23:14 +0000)
commit8efbe30df51a1fb3064195dfaf5189d1a9c5eee9
treedfb96709ee9592de8d0fc4c87e4251b8b16546d6
parent3dd1ca035d4b6008534ba14ab991b22879b00f74
check_sql_fn_retval has always thought that we supported doing
'SELECT foo()' in a SQL function returning a rowtype, to simply pass
back the results of another function returning the same rowtype.
However, that hasn't actually worked in many years.  Now it works again.
src/backend/catalog/pg_proc.c
src/backend/executor/functions.c
src/backend/optimizer/util/clauses.c
src/include/catalog/pg_proc.h