Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.

Michael Meskes <meskes@postgresql.org>

Commit: d8c207437aa87f4f58305e96c408c74854ccfa65
Author: Michael Meskes <meskes@postgresql.org>
Date: 2017-03-13T19:52:16Z
Releases: 9.2.21
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