python - be: Use getattro instead of getattr.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Use getattro instead of getattr.
Дата
Msg-id 20070430015026.0198C216DDC@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Use getattro instead of getattr.

Fixes bug where attributes are not fetched properly. ie, Transaction.__call__
was failing because the generic getattr was not being called.

Modified Files:
--------------
    be/src:
        xact.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/xact.c.diff?r1=1.2&r2=1.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Marginal performance hack: use a dedicated routine instead of
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Implement rate-limiting logic on how often backends will attempt