Fix SQL function executor for case where last command of a function is

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1e2d20910b793abd11e5b1c4355f9459affca9c5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-06-12T17:29:37Z
Releases: 7.3.4
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.

Files

PathChange+/−
src/backend/executor/functions.c modified +10 −8