python - be: Fix handling of composite types (rendering instances).

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Fix handling of composite types (rendering instances).
Дата
Msg-id 20050619194559.5A20C1126018@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix handling of composite types (rendering instances).

Also, if type_call gets a instance of the type as args, just return it. This is
handles a low-level case where the function may receive a composite or array
instance as args, instead of the usual Python tuple. (This is most likely to
occur on call/pl's return, where the result is given to the expectation)

Modified Files:
--------------
    be/src:
        type.c (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.9&r2=1.10)

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

Предыдущее
От: andrewd@pgfoundry.org (User Andrewd)
Дата:
Сообщение: pgbuildfarm - client-code: default use_vpath to false
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Minor cleanups.