python - be: Fix the DEBUG1 PyCFunction. - Mailing list pgsql-committers

From jwp@pgfoundry.org (User Jwp)
Subject python - be: Fix the DEBUG1 PyCFunction.
Date
Msg-id 20050407164921.2C3E5318F86@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Inherit from PyPgObject.
Next
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Rename and use new APIs.