python - pq: Immediately reset the __write_object.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Immediately reset the __write_object.
Date: 2007-11-16 02:39:18
Message-ID: 20071116023918.41A8117ADCC2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Immediately reset the __write_object.

If this is not done, it's possible for an interrupt to cause the object to be
written again.

Modified Files:
--------------
pq/src:
transam.py (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/transam.py.diff?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-16 03:23:07 pgsql: Add a couple of notes pointing out that GIN index build time is
Previous Message Bruce Momjian 2007-11-16 01:51:22 pgsql: Small comment spacing improvement.