Thread: python - pq: ShowOption is an asynchronous message, so treat it as such.

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

From
jwp@pgfoundry.org (James William Pye)
Date:
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)