git.postgresql.org Git - postgresql.git/commit
2018年3月24日 14:05:06 +0000 (10:05 -0400)
2018年3月28日 17:31:27 +0000 (13:31 -0400)
commit d92bc83c48bdea9888e64cf1e2edbac9693099c9
PL/pgSQL: Nested CALL with transactions
So far, a nested CALL or DO in PL/pgSQL would not establish a context
where transaction control statements were allowed. This fixes that by
handling CALL and DO specially in PL/pgSQL, passing the atomic/nonatomic
execution context through and doing the required management around
transaction boundaries.
Reviewed-by: Tomas Vondra <tomas.vondra@2ndquadrant.com>
13 files changed:
This is the main PostgreSQL git repository.
RSS
Atom