提交 efc1aeb8 编写于 作者: P Peter Eisentraut

Remove the test case that depends on the platform's float output format.

上级 3a00c0a6
......@@ -173,14 +173,6 @@ CONTEXT: PL/Python function "test_type_conversion_numeric"
5000000000.5
(1 row)
SELECT * FROM test_type_conversion_numeric(79228162514264337593543950336);
INFO: (7.9228162514264338e+28, <type 'float'>)
CONTEXT: PL/Python function "test_type_conversion_numeric"
test_type_conversion_numeric
-------------------------------
79228162514300000000000000000
(1 row)
SELECT * FROM test_type_conversion_numeric(null);
INFO: (None, <type 'NoneType'>)
CONTEXT: PL/Python function "test_type_conversion_numeric"
......
......@@ -65,7 +65,6 @@ $$ LANGUAGE plpythonu;
SELECT * FROM test_type_conversion_numeric(100);
SELECT * FROM test_type_conversion_numeric(-100);
SELECT * FROM test_type_conversion_numeric(5000000000.5);
SELECT * FROM test_type_conversion_numeric(79228162514264337593543950336);
SELECT * FROM test_type_conversion_numeric(null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册