python - pq: ShowOption is an asynchronous message, so treat it as such. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: ShowOption is an asynchronous message, so treat it as such.
Date
Msg-id 20050803024131.6CA551126531@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
ShowOption is an asynchronous message, so treat it as such.

Also, 'Q' messages have an implied sync, so consume the SynchronizeMessage
returned by the handle_error state to avoid a double synchronize.
(Later, perhaps, remove the syncmsg return from handle_error entirely.)

Modified Files:
--------------
    pq/src:
        client3.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.1.1.1&r2=1.2)
    pq/test:
        client3.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/test/client3.py.diff?r1=1.1.1.1&r2=1.2)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Get the exception information from sys.exc_info().
Next
From: petere@pgfoundry.org (User Petere)
Date:
Subject: pgtranslation - CVSROOT: Disable commit mails