mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 02:37:31 +03:00
Remove the test case that depends on the platform's float output format.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user