postgresql/src/include/tcop
Peter Eisentraut d92bc83c48 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>
2018-03-28 13:31:27 -04:00
..
deparse_utility.h
dest.h
fastpath.h
pquery.h
tcopprot.h
utility.h PL/pgSQL: Nested CALL with transactions 2018-03-28 13:31:27 -04:00