Re: CVS -Tip compile issue -- FreeBSD 4.8

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Chittenden <sean(at)chittenden(dot)org>
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:01:05
Message-ID: 20764.1055451665@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Sean Chittenden <sean(at)chittenden(dot)org> writes:
> 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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean Chittenden 2003-06-12 21:17:15 Re: CVS -Tip compile issue -- FreeBSD 4.8
Previous Message Jim C. Nasby 2003-06-12 20:57:55 Re: [HACKERS] SAP and MySQL ... [and Benchmark]

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2003-06-12 21:17:15 Re: CVS -Tip compile issue -- FreeBSD 4.8
Previous Message Rod Taylor 2003-06-12 20:19:33 Re: LIKE <subtable> (second attempt)