[ python-Bugs-1010222 ] Validate order of messages

noreply at pgfoundry.org noreply at pgfoundry.org
Sun Jan 6 05:39:07 UTC 2008


Bugs item #1010222, was opened at 2008-01-05 22:39
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010222&group_id=1000094

Category: PQ/PQueue
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Validate order of messages

Initial Comment:
Currently, the client3.Transaction class will not *always* check to make sure messages come in order. Rather, in many situations it merely compares the incoming message to a set of messages. If it's contained in the set it sees it as "Ok", which is wrong. Usually, this does not cause problems, but it does keep the driver from identifying bad backends.

----------------------------------------------------------------------

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010222&group_id=1000094


More information about the Python-general mailing list