OSDN Git Service

Fix SQL function executor for case where last command of a function is
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jun 2003 17:29:26 +0000 (17:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jun 2003 17:29:26 +0000 (17:29 +0000)
commitcc2fc4a71b95cbe2c36707467cfdc10b34f95d80
tree724d93da4b3d3332d2c96a1251a9ff9c1ec2afcc
parentccd99a5eb52b7dfb7fd5501a6b645715c409c774
Fix SQL function executor for case where last command of a function is
not a SELECT.  We didn't use to allow that, but we do now.
src/backend/executor/functions.c