python - be: Remove "tif".

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Remove "tif".
Дата
Msg-id 20051214044348.0ED2F1125069@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove "tif".

The rather small amount of "duplicate" code did not really justify the attempt
to generalize the code into another file.

Modified Files:
--------------
    be:
        setup.py (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.19&r2=1.20)
    be/src:
        heaptuple.c (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/heaptuple.c.diff?r1=1.11&r2=1.12)
        type.c (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.19&r2=1.20)

Removed Files:
-------------
    be/include/pypg:
        tif.h
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/tif.h)
    be/src:
        tif.c
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/tif.c)

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

Предыдущее
От: swm@pgfoundry.org (User Swm)
Дата:
Сообщение: oracompat - oracompat: Add skeletons for other files
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Remove "conv" and some dead code.