Fix SQL function executor for case where last command of a function is
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/functions.c | modified | +10 −8 |