pgsql: Remove the test case that depends on the platform's float output - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Remove the test case that depends on the platform's float output
Date
Msg-id 20090814232551.BE36375331E@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Be able to easily figure out the target directory of "make dist".
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Clarify the documentation about PL/Perl nested subroutines, per