python - be: Fix the DEBUG1 PyCFunction.

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Fix the DEBUG1 PyCFunction.
Date: 2005-04-07 16:49:21
Message-ID: 20050407164921.2C3E5318F86@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-07 17:01:13 python - be: Rename and use new APIs.
Previous Message User Jwp 2005-04-07 16:45:33 python - be: Inherit from PyPgObject.