python - fe: Bug fixes. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Bug fixes.
Date
Msg-id 20071119190459.D45C217ADCCC@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Bug fixes.

- Fix StoredProcedure problems [still does not function properly as it can't parse argnames yet]
- Run list() around row_pack as most of the underlying functions require len() support.
- Use the typical.stdio instead of stdtime.

Modified Files:
--------------
    fe:
        setup.py (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/setup.py.diff?r1=1.8&r2=1.9)
    fe/src:
        tracenull.py (r1.34 -> r1.35)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.34&r2=1.35)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comment about COMMENT ON DATABASE failing for
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add suggested syntax for COMMENT ON DATABASE: < with a