]> granicus.if.org Git - postgresql/commit
Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside SQL functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Sep 2004 18:23:09 +0000 (18:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Sep 2004 18:23:09 +0000 (18:23 +0000)
commit097597578ecca98ef461a4387612a3bf0dead26c
treeedfde7e3cc949ddfdb4ef6659141d4df4a2d36c0
parentaa1c232be767b8e2b99ea92ab2266c6023446c1f
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...
src/backend/executor/functions.c