python - typ: Reorganize project, remove Postgres type hierarchy, bump - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - typ: Reorganize project, remove Postgres type hierarchy, bump
Date
Msg-id 20071108191848.A32C6216D0E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reorganize project, remove Postgres type hierarchy, bump version.

Currently this project attempts a rather great feat, providing a Python
counterpart to nearly every Postgres type. While admirable, its use is of
arguable benefit. Also, as Postgres changes, it becomes much more difficult to
make said types consistent with a given backend version.

With this commit, the project will change to be specifically concerned with the
packing and unpacking of Postgres types into standard Python types for drivers
that read object data off of the wire.

Modified Files:
--------------
    typ:
        README (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/README.diff?r1=1.1&r2=1.2)
        setup.py (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/setup.py.diff?r1=1.5&r2=1.6)
    typ/src:
        __init__.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/__init__.py.diff?r1=1.1.1.1&r2=1.2)

Added Files:
-----------
    typ/src:
        oidmaps.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/oidmaps.py?rev=1.1&content-type=text/x-cvsweb-markup)
        pstruct.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/pstruct.py?rev=1.1&content-type=text/x-cvsweb-markup)
        stdtime.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/stdtime.py?rev=1.1&content-type=text/x-cvsweb-markup)
        test.py (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/test.py?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
    typ/test:
        io.py
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/test/io.py)
        operations.py
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/test/operations.py)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Properly indent SGML file.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Last week's patch for make_sort_from_pathkeys wasn't good enough: