pgsql: Fixed transaction command handling to not ignore savepoints and

From: meskes(at)svr1(dot)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed transaction command handling to not ignore savepoints and
Date: 2005-09-12 11:57:54
Message-ID: 20050912115754.24AA5D70C7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed transaction command handling to not ignore savepoints and to correctly check for errors.

Modified Files:
--------------
pgsql/src/interfaces/ecpg:
ChangeLog (r1.291 -> r1.292)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.291&r2=1.292)
pgsql/src/interfaces/ecpg/ecpglib:
misc.c (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/misc.c.diff?r1=1.24&r2=1.25)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2005-09-12 11:58:33 pgsql: Fixed transaction command handling to not ignore savepoints and
Previous Message Neil Conway 2005-09-12 05:10:14 pgsql: Add a few items to the release notes, and make a few more minor