python - fe: Use new pq/pqueue APIs and improve interrupt safety.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Use new pq/pqueue APIs and improve interrupt safety.
Date: 2006-08-06 17:30:42
Message-ID: 20060806173042.69B3E86C5EE@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use new pq/pqueue APIs and improve interrupt safety.

While there is still much work to do around the read and write areas, this
change helps make KeyboardInterrupts "less" fatal(ugh).

Remove the "nowait" feature in favor of using aux(Interchange.insert) and the
new, yet-to-be-implemented step() method.

Modified Files:
--------------
fe/src:
tracenull.py (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.27&r2=1.28)
fe/test:
tracenull.py (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/tracenull.py.diff?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-08-06 20:35:56 pgfouine - www: New Directory
Previous Message James William Pye 2006-08-06 16:39:29 python - pq: Improve interrupt safety.