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 20:03:55 +0000 (21:03 +0100)
commit43c79c7d68044cb804ddf8f549dfc4cb895f8542
treeb9894b90c0573f74114b370bae128fba1f1dba39
parentdd12bef58ccee3596066cda9ded4fc6b3399d3ba
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