python - be: Add a small comment to call_call and simplify a condition.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Add a small comment to call_call and simplify a condition.
Дата
Msg-id 20070430033623.936A6216DDC@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a small comment to call_call and simplify a condition.

The condition was intended to save a couple cycles, but chances are that it's
not the usual case, so just let it dec and inc regardless.

Modified Files:
--------------
    be/src:
        call.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call.c.diff?r1=1.16&r2=1.17)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Implement rate-limiting logic on how often backends will attempt
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Fix a bug with send method invocations on iterators.