python - fe: Close connection on fatal errors.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - fe: Close connection on fatal errors.
Дата
Msg-id 20060807062912.C5A9986C65E@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ip: Add AbortTransaction exception to abstract module.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ip: Set GTX as a builtin instead of filling it in as a local.