pgsql: Improve PL/Python elog output When the elog functions (plpy.info

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Improve PL/Python elog output When the elog functions (plpy.info
Дата
Msg-id 20091103110503.28509753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Improve PL/Python elog output

When the elog functions (plpy.info etc.) get a single argument, just print
that argument instead of printing the single-member tuple like ('foo',).

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.131 -> r1.132)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.131&r2=1.132)
    pgsql/src/pl/plpython/expected:
        plpython_import.out (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_import.out?r1=1.2&r2=1.3)
        plpython_spi.out (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_spi.out?r1=1.3&r2=1.4)
        plpython_test.out (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_test.out?r1=1.12&r2=1.13)
        plpython_trigger.out (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_trigger.out?r1=1.5&r2=1.6)
    pgsql/src/pl/plpython/sql:
        plpython_test.sql (r1.8 -> r1.9)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_test.sql?r1=1.8&r2=1.9)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: In psql, show view definition only with \d+, not with \d The
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: In psql, show view definition only with \d+, not with \d The