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

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: ShowOption is an asynchronous message, so treat it as such.
Date: 2005-08-03 02:41:31
Message-ID: 20050803024131.6CA551126531@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Petere 2005-08-03 09:54:48 pgtranslation - CVSROOT: Disable commit mails
Previous Message James William Pye 2005-08-03 02:33:02 python - pq: Get the exception information from sys.exc_info().