Thread: python - be: Forget about NotPyPgTransaction Remove owner checks as

python - be: Forget about NotPyPgTransaction Remove owner checks as

From
jwp@pgfoundry.org (James William Pye)
Date:
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)