We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccac99 commit 5363144Copy full SHA for 5363144
src/test/regress/expected/int4-not-representable.out
@@ -295,21 +295,3 @@ SELECT (2 + 2) / 2 AS two;
295
2
296
(1 row)
297
298
-SELECT dsqrt(float8 '64') AS eight;
299
- eight
300
--------
301
- 8
302
-(1 row)
303
-
304
-SELECT |/float8 '64' AS eight;
305
306
307
308
309
310
-SELECT ||/float8 '27' AS three;
311
- three
312
313
- 3
314
315
0 commit comments