Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefc1aeb

Browse files
committed
Remove the test case that depends on the platform's float output format.
1 parent3a00c0a commitefc1aeb

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

‎src/pl/plpython/expected/plpython_types.out

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,6 @@ CONTEXT: PL/Python function "test_type_conversion_numeric"
173173
5000000000.5
174174
(1 row)
175175

176-
SELECT * FROM test_type_conversion_numeric(79228162514264337593543950336);
177-
INFO: (7.9228162514264338e+28, <type 'float'>)
178-
CONTEXT: PL/Python function "test_type_conversion_numeric"
179-
test_type_conversion_numeric
180-
-------------------------------
181-
79228162514300000000000000000
182-
(1 row)
183-
184176
SELECT * FROM test_type_conversion_numeric(null);
185177
INFO: (None, <type 'NoneType'>)
186178
CONTEXT: PL/Python function "test_type_conversion_numeric"

‎src/pl/plpython/sql/plpython_types.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ $$ LANGUAGE plpythonu;
6565
SELECT*FROM test_type_conversion_numeric(100);
6666
SELECT*FROM test_type_conversion_numeric(-100);
6767
SELECT*FROM test_type_conversion_numeric(5000000000.5);
68-
SELECT*FROM test_type_conversion_numeric(79228162514264337593543950336);
6968
SELECT*FROM test_type_conversion_numeric(null);
7069

7170

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp