CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/06/12 14:29:26
Modified files:
src/backend/executor: functions.c
Log message:
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.