python - be: Forget about NotPyPgTransaction Remove owner checks as - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Forget about NotPyPgTransaction Remove owner checks as
Date
Msg-id 20050419200752.1E73E1FB6E3D@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Allow Oid_FromPyObject to implicity use a type's Oid Check
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Use remove type_dealloc and rely on the inherited