python - fe: Close connection on fatal errors. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Close connection on fatal errors.
Date
Msg-id 20060807062912.C5A9986C65E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Close connection on fatal errors.

ProtocolError's and transam.Error's indicate an problem with state
transitioning. In such a situation, it is best to simply close the connection as
either a programming error (pqueue bug), a server error, or a
communication error occurred.

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.28 -> r1.29)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.28&r2=1.29)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Add AbortTransaction exception to abstract module.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Set GTX as a builtin instead of filling it in as a local.