python - be: Use remove type_dealloc and rely on the inherited - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Use remove type_dealloc and rely on the inherited
Date
Msg-id 20050419202911.01E831FB6E3D@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Forget about NotPyPgTransaction Remove owner checks as
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create executor and planner-backend support for decoupled heap