python - be: remove unnecessary type structure initializations, the

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: remove unnecessary type structure initializations, the
Date: 2005-04-11 14:03:19
Message-ID: 20050411140319.EC6471FB621E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
remove unnecessary type structure initializations, the flags and the tp_free
will be properly inherited from PyPgObject_Type.

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-11 14:25:15 python - be: Remove setattr as it was just a wasting way to say "you
Previous Message User Jwp 2005-04-11 14:00:53 python - be: uncomment the LargeObject initialization