Re: CVS -Tip compile issue -- FreeBSD 4.8

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS -Tip compile issue -- FreeBSD 4.8
Date: 2003-06-13 01:49:30
Message-ID: 20030613014930.GH65470@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > > We could change
> > > float8/i.86-.*-freebsd=float8-small-is-zero
> > > to
> > > float8/i.86-.*-freebsd4=float8-small-is-zero
>
> This change compiles / regresses fine for me, but I didn't read the
> whole thread to try to see what to look for.

FreeBSD 5.1 imported gdtoa which fixed the handling of float overflow
and underflow conditions, which PostgreSQL used to work around Now
that 5.1 is fixed with respect to float handling, the regression tests
were b0rk3d. The above fixes things so that PostgreSQL works in both
the 4.X and 5.X cases even though their handling is different. -sc

--
Sean Chittenden

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-13 01:54:04 Re: CVS -Tip compile issue -- FreeBSD 4.8
Previous Message Bruce Momjian 2003-06-13 01:48:51 Re: Pre-allocation of shared memory ...

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-06-13 01:54:04 Re: CVS -Tip compile issue -- FreeBSD 4.8
Previous Message Rod Taylor 2003-06-13 01:44:04 Re: CVS -Tip compile issue -- FreeBSD 4.8