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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside
Date
Msg-id 20040906182332.81DB15E40BA@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Guard against transaction control statements in SQL
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix a number of places where brittle data structures or