]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:37 +0000 (17:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jun 2003 17:29:37 +0000 (17:29 +0000)
commit1e2d20910b793abd11e5b1c4355f9459affca9c5
tree4d165d3f462c30fc90aa0b112e89526ce3d13163
parent0a8fc25e42fdc7eb7d77a60f07a54004ee703cc9
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