]> granicus.if.org Git - postgresql/commit
Avoid using platform-dependent floats in test case.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 26 Oct 2016 11:17:07 +0000 (14:17 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 26 Oct 2016 11:17:07 +0000 (14:17 +0300)
commit73c8e8506cd1933ccf5c5d61088ca171a5f414c0
tree1757df0fccb61efa6b13074d9e5af82b99cce15e
parente131ba4fe58123ce5726c1405486913b429c068c
Avoid using platform-dependent floats in test case.

The number of decimals printed for floats varied in this test case, as
noted by several buildfarm members. There's nothing special about floats
and arrays in the code being tested, so replace the floats with numerics to
make the output platform-independent.
src/pl/plpython/expected/plpython_types.out
src/pl/plpython/expected/plpython_types_3.out
src/pl/plpython/sql/plpython_types.sql