]> granicus.if.org Git - postgresql/commit
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
authorMichael Meskes <meskes@postgresql.org>
Mon, 13 Mar 2017 19:44:13 +0000 (20:44 +0100)
committerMichael Meskes <meskes@postgresql.org>
Mon, 13 Mar 2017 19:50:48 +0000 (20:50 +0100)
commitf08a90ecd27cedbb53bd082d2fc1b5461f92ab16
tree66597c4baed5bae5a70cc3e7cc8aa09fb05c9176
parent08c6d42c8c63c62aeaaf71cd6375baef798c5924
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.

The problem was that "begin transaction" was issued automatically
before executing COMMIT/ROLLBACK PREPARED if not in auto commit. This fix by
Masahiko Sawada fixes this.
src/interfaces/ecpg/ecpglib/misc.c