python - be: New constants and IST interfaces Add subtransaction

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: New constants and IST interfaces Add subtransaction
Date: 2005-04-19 19:47:56
Message-ID: 20050419194756.204FB1FB6E3D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
New constants and IST interfaces

Add subtransaction interfaces with *very* basic support for protecting
over-Release/Rollback from FATAL'ing. Postgres.Begin, Postgres.Release, and
Postgres.Rollback.

Change Get-TransactionId/CommandID/UserId to use Postgres.Object's.
Forget about NotPyPgTransaction.

Modified Files:
--------------
be/src:
module.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/module.c.diff?r1=1.8&r2=1.9)
constants.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/constants.c.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-04-19 19:55:49 python - be: Allow Oid_FromPyObject to implicity use a type's Oid Check
Previous Message Teodor Sigaev 2005-04-19 13:59:06 pgsql: Add comment about permissions on pg_ts* tables