python - be: Forget about NotPyPgTransaction Remove owner checks as

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Forget about NotPyPgTransaction Remove owner checks as
Дата
Msg-id 20050419200752.1E73E1FB6E3D@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Allow Oid_FromPyObject to implicity use a type's Oid Check
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Use remove type_dealloc and rely on the inherited