python - be: The garbage collector *can* run while compiling.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: The garbage collector *can* run while compiling.
Date: 2007-02-27 00:31:16
Message-ID: 20070227003116.E7C1B217288@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The garbage collector *can* run while compiling.

sigh.

Modified Files:
--------------
be/src/call:
pl.c (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call/pl.c.diff?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-27 01:11:26 pgsql: Get rid of the separate EState for subplans, and just let them
Previous Message James William Pye 2007-02-27 00:29:59 python - be: Turn on assert checking by default.