python - be: Split off Array_FromPySequence to take an elmtoid instead

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Split off Array_FromPySequence to take an elmtoid instead
Дата
Msg-id 20050503221820.71484112600E@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Split off Array_FromPySequence to take an elmtoid instead of the type tuple.

A small management improvement, but, of course, fails to address the more
serious issue of consistent instantiation methods.

Calling a type object will do something different than the Datum_From routines.

Modified Files:
--------------
    be/include/pypg:
        conv.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/conv.h.diff?r1=1.2&r2=1.3)
    be/src:
        conv.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/conv.c.diff?r1=1.5&r2=1.6)

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

Предыдущее
От: tom@pgfoundry.org (User Tom)
Дата:
Сообщение: pqa - pqa: tweak
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Add ugly CPP to allow _compilation_ against 8.1devel.