pgsql: Remove platform-dependent PL/python test case. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove platform-dependent PL/python test case.
Date
Msg-id E1bzOvu-0007i2-4J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove platform-dependent PL/python test case.

Turns out that the output format of Python Decimal isn't totally platform-
independent either. There are other tests for multi-dimensional arrays,
so rather than try to fix this test case, just remove it.

Per buildfarm member prairiedog.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8eb6337f9f53c85e707f60157e42fcacfe927668

Modified Files
--------------
src/pl/plpython/expected/plpython_types.out   | 11 -----------
src/pl/plpython/expected/plpython_types_3.out | 11 -----------
src/pl/plpython/sql/plpython_types.sql        |  7 -------
3 files changed, 29 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Avoid using platform-dependent floats in test case.
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress unused-variable warning in non-assert builds.