python - fe: Implement nowait option.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - fe: Implement nowait option.
Дата
Msg-id 20060220160805.AAD0A1033805@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Implement nowait option.

This option provides a transaction with the ability to startup and leave prior
to full processing. This allows some applications the ability to avoid some of
the cost of network round-trips.

[In particular, if this feature is taken advantage of, this should help
the performance of installations that have to deal with high latency
connections.]

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.10&r2=1.11)

В списке pgsql-committers по дате отправления:

Предыдущее
От: okbob@pgfoundry.org (User Okbob)
Дата:
Сообщение: orafce - orafce: definition of PG_VERSION_XX_COMPAT
Следующее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: psqlodbc - psqlodbc: fixed SQLLEN define(iODBC).