pgsql: Tweak the error message emitted when a void-returning PL/Python

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Tweak the error message emitted when a void-returning PL/Python
Дата
Msg-id 20060228205614.10E0C9DC841@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak the error message emitted when a void-returning PL/Python function
does not return None, per suggestion from Tom.

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.72 -> r1.73)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.72&r2=1.73)
    pgsql/src/pl/plpython/expected:
        plpython_test.out (r1.2 -> r1.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_test.out.diff?r1=1.2&r2=1.3)

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

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Allow PL/Python functions to return void, per gripe from James
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix PG_VERSION_NUM awk -F parameter.