Обсуждение: pgsql-server: Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside

Поиск
Список
Период
Сортировка

pgsql-server: Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside SQL functions.
Not sure why this isn't causing serious problems in some simple tests,
but it definitely isn't going to do anything desirable...

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql-server/src/backend/executor:
        functions.c (r1.75 -> r1.75.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/executor/functions.c.diff?r1=1.75&r2=1.75.2.1)