]> 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:05 +0000 (20:52 +0100)
commit04207ef769b59fd8c4b4fba2cb9a6e6a15deeafc
tree801d0f9b3fe5392b395078349ff9437235498593
parente03c6d93bfabc6606a8778b253ae31f2c3ee849d
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