python - be: Fix the DEBUG1 PyCFunction.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (User Jwp)
Тема python - be: Fix the DEBUG1 PyCFunction.
Дата
Msg-id 20050407164921.2C3E5318F86@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix the DEBUG1 PyCFunction.
Get rid of the __plpy__ dictionary for PL execution, and just use __main__. One
less aspect to deal with on the PL side.
Refer to new type names for initialization.
Use new APIs and headers.

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (User Jwp)
Дата:
Сообщение: python - be: Inherit from PyPgObject.
Следующее
От: jwp@pgfoundry.org (User Jwp)
Дата:
Сообщение: python - be: Rename and use new APIs.