| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: regression failure on Solaris contrib/cube |
| Date: | 2004-09-30 21:13:58 |
| Message-ID: | 25630.1096578838@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Machine details:
> Solaris / 2.8
> regression diffs:
> *** ./expected/cube.out Tue Sep 28 15:25:33 2004
> --- ./results/cube.out Tue Sep 28 15:55:16 2004
> ***************
> *** 142,148 ****
> SELECT '-1e-700'::cube AS cube;
> cube
> ------
> ! (0)
> (1 row)
> SELECT '1234567890123456'::cube AS cube;
> --- 142,148 ----
> SELECT '-1e-700'::cube AS cube;
> cube
> ------
> ! (-0)
> (1 row)
> SELECT '1234567890123456'::cube AS cube;
Yeah, I've seen the same on Mac OS X. I've committed a variant expected
file to make the contrib tests pass cleanly on these machines.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brad Nicholson | 2004-09-30 21:17:34 | AIX and V8 beta 3 |
| Previous Message | Greg Stark | 2004-09-30 20:50:37 | Re: Bug in Beta3 with parser? |