python - be: Forget about NotPyPgTransaction Remove owner checks as

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Forget about NotPyPgTransaction Remove owner checks as
Date: 2005-04-19 20:07:52
Message-ID: 20050419200752.1E73E1FB6E3D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Forget about NotPyPgTransaction

Remove owner checks as these should be straight interfaces, rather than attempts
to weasle it in to the procedure context.

Add ist_count to globals and externs.
Other minor touch-ups.

Modified Files:
--------------
be/include/pypg:
transaction.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/transaction.h.diff?r1=1.2&r2=1.3)
externs.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/externs.h.diff?r1=1.3&r2=1.4)
be/src:
transaction.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/transaction.c.diff?r1=1.3&r2=1.4)
globals.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/globals.c.diff?r1=1.3&r2=1.4)
savepoint.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/savepoint.c.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-04-19 20:29:11 python - be: Use remove type_dealloc and rely on the inherited
Previous Message James William Pye 2005-04-19 19:55:49 python - be: Allow Oid_FromPyObject to implicity use a type's Oid Check