Thread: python - be: Fix the DEBUG1 PyCFunction.

python - be: Fix the DEBUG1 PyCFunction.

From
jwp@pgfoundry.org (User Jwp)
Date:
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)