Re: CVS -Tip compile issue -- FreeBSD 4.8

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Rod Taylor <rbt(at)rbt(dot)ca>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS -Tip compile issue -- FreeBSD 4.8
Date: 2003-06-12 21:17:15
Message-ID: 20030612211715.GG65470@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > Tom, you said you needed a shell way of detecting this, does the
> > following work?
>
> No, I need something that will work in the regression test
> resultmap, which basically only knows about the platform identifier
> string computed by config.guess.
>
> We could change
> float8/i.86-.*-freebsd=float8-small-is-zero
> to
> float8/i.86-.*-freebsd4=float8-small-is-zero
> which would result in the right behavior on freebsd 4.*, and would
> expect 5.* to have standard float behavior.
>
> That would mean that on 5.* you would get diffs if you didn't have
> the new float handling. What is the status of the 5.* branch ---
> are there stable releases out there that don't have the new float
> code? If not, this seems like an acceptable answer.

Agreed.

Only 5.0 would fail, but those using 5.0 need to upgrade for various
reasons. 5.0 and 5.1 are considered early adopter releases by the
release engineering team and 5.2 will be classified as the 1st
production grade version of the 5.X branch. Those running 5.0 will
likely upgrade to 5.1 quickly so I'd say it's safe to let the
regression tests fail on 5.0 given it should have a tiny user base in
a month.

Making the proposed change above fixes the regression tests on my
5.1... I don't have any 4.X machines I can play with at the moment,
Rod would have to test that.

-sc

--
Sean Chittenden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-12 22:19:19 Re: Pre-allocation of shared memory ...
Previous Message Tom Lane 2003-06-12 21:01:05 Re: CVS -Tip compile issue -- FreeBSD 4.8

Browse pgsql-patches by date

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