python - be: Initialize the call's expectation to the function's return

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Initialize the call's expectation to the function's return
Дата
Msg-id 20050614204331.2A16B11260A6@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Initialize the call's expectation to the function's return type. This will be
overloaded if rsi->expectedDesc != NULL. (fixes a bug where it attempts to call
None on return)

Modified Files:
--------------
    be/src/call:
        pl.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call/pl.c.diff?r1=1.7&r2=1.8)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: > o -Have SHOW ALL show descriptions for server-side
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add pg_postmaster_start_time() function.