hello all,
here follows the regression test run on postgres 8.0.0b1.
Hardware Ultra 2 dual 300MHz CPUS 768MB RAM
OS Solaris 10 b 5
--
== creating temporary installation==
== initializing database system ===
hello all,
this is the output as asked by Tom Lane.
test8=> \set VERBOSITY verbose
test8=> SELECT 'infinity'::float4;
float4
--
Infinity
(1 row)
test8=> SELECT 'infinity'::float4;
ERROR: 22P02: invalid input syntax for type real: "infinity"
LOCATION: float4in, float.c:330
Followi
hello,
attached are the regression.out and regression.diffs files from make check on a
Ultra 2 dual 300MHz CPU running Solaris 9 OS.
Looks like no errorbut the expected due to difference in fp results.
regression.diffs
Description: Binary data
regression.out
Description: Binary data
---