python - be: Inherit from PyPgObject.

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Inherit from PyPgObject.
Date: 2005-04-07 16:45:33
Message-ID: 20050407164533.43552318F86@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Inherit from PyPgObject.
Rework type_new_from_oid so that the root type initializer is no longer necessary.
Use new APIs.

Modified Files:
--------------
be/src:
type.c (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.1.1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-07 16:49:21 python - be: Fix the DEBUG1 PyCFunction.
Previous Message User Jwp 2005-04-07 16:27:15 python - be: Don't forget build_clib sub command.