Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.

Michael Meskes <meskes@postgresql.org>

Commit: 04207ef769b59fd8c4b4fba2cb9a6e6a15deeafc
Author: Michael Meskes <meskes@postgresql.org>
Date: 2017-03-13T19:52:05Z
Releases: 9.3.17
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.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/misc.c modified +8 −2