CVSROOT: /cvsrootModule name: pgsql-serverChanges by: tgl@svr1.postgresql.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.