mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 22:37:31 +08: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