python - be: Use remove type_dealloc and rely on the inherited

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Use remove type_dealloc and rely on the inherited
Date: 2005-04-19 20:29:11
Message-ID: 20050419202911.01E831FB6E3D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use remove type_dealloc and rely on the inherited obj_dealloc.
Move stuff to type_clear.

Modified Files:
--------------
be/src:
type.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-19 22:35:18 pgsql: Create executor and planner-backend support for decoupled heap
Previous Message James William Pye 2005-04-19 20:07:52 python - be: Forget about NotPyPgTransaction Remove owner checks as