pgsql: Remove the test case that depends on the platform's float output

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Remove the test case that depends on the platform's float output
Дата
Msg-id 20090814232551.BE36375331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove the test case that depends on the platform's float output format.

Modified Files:
--------------
    pgsql/src/pl/plpython/expected:
        plpython_types.out (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_types.out?r1=1.1&r2=1.2)
    pgsql/src/pl/plpython/sql:
        plpython_types.sql (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_types.sql?r1=1.1&r2=1.2)

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

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Be able to easily figure out the target directory of "make dist".
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Clarify the documentation about PL/Perl nested subroutines, per