]> 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:52:16 +0000 (20:52 +0100)
commitd8c207437aa87f4f58305e96c408c74854ccfa65
tree0b97fe0c88af52c5f32058a71d26b9201d7ded9c
parent0276da5eb31e9e6bf2d038ec5712b0b378904a70
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