python - fe: Refactor tracenull Fitting.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Refactor tracenull Fitting.
Date: 2006-02-27 04:54:51
Message-ID: 20060227045451.CFDD7103381D@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2006-02-27 12:54:39 pgsql: contrib uninstall scripts by David Fetter
Previous Message James William Pye 2006-02-27 04:45:05 python - fe: Add some progress messages.