python - fe: Refactor tracenull Fitting. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Refactor tracenull Fitting.
Date
Msg-id 20060227045451.CFDD7103381D@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Add some progress messages.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: contrib uninstall scripts by David Fetter