python - be: Boog squash.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Boog squash.
Date: 2005-07-04 10:24:15
Message-ID: 20050704102415.908B51126002@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Boog squash. When the Query's context gets reset, out goes the TupleDesc of the
tuplestore. Duplicate the descriptor in the PythonMemoryContext, so it doesn't
segfault all over the floor. What a stain that leaves.

Modified Files:
--------------
be/src:
query.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/query.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kimhanse 2005-07-04 11:18:15 tablelog - tablelog: This problem shouldn't appear because of row-level
Previous Message User Kimhanse 2005-07-04 09:43:04 tablelog - tablelog: Explanation added to the test