Thread: pgsql-server/src/backend/executor functions.c

pgsql-server/src/backend/executor functions.c

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes 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.