python - fe: Refactor tracenull Fitting.

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

The benefits of the "protection" that creating hard bound classes and functions
costs more than it is worth. The benefits are actually few and questionable at
best.

Refactor things so everything relative to the connection is not built in
__new__, rather, likely, give it a connection as an argument.
[Bugs are likely to be about, but tests pass.]

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.12&r2=1.13)

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

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: Add some progress messages.
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: contrib uninstall scripts by David Fetter