Update int8-exp-three-digits.out to match new contents of int8.out.
This commit is contained in:
parent
815810ed31
commit
e8bf683fbe
@ -802,3 +802,16 @@ SELECT * FROM generate_series('+4567890123456789'::int8, '+4567890123456799'::in
|
||||
4567890123456799
|
||||
(6 rows)
|
||||
|
||||
-- corner case
|
||||
SELECT (-1::int8<<63)::text;
|
||||
text
|
||||
----------------------
|
||||
-9223372036854775808
|
||||
(1 row)
|
||||
|
||||
SELECT ((-1::int8<<63)+1)::text;
|
||||
text
|
||||
----------------------
|
||||
-9223372036854775807
|
||||
(1 row)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user