Обсуждение: [COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.

От
Michael Meskes
Дата:
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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/04207ef769b59fd8c4b4fba2cb9a6e6a15deeafc

Modified Files
--------------
src/interfaces/ecpg/ecpglib/misc.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)