python - fe: Use new pq/pqueue APIs and improve interrupt safety. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Use new pq/pqueue APIs and improve interrupt safety.
Date
Msg-id 20060806173042.69B3E86C5EE@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Improve interrupt safety.
Next
From: gsmet@pgfoundry.org (User Gsmet)
Date:
Subject: pgfouine - www: New Directory