From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Larry Rosenman <ler(at)lerctr(dot)org> |
Cc: | Sean Chittenden <sean(at)chittenden(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Request for supported platforms |
Date: | 2002-11-01 16:35:15 |
Message-ID: | 26706.1036168515@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Larry Rosenman <ler(at)lerctr(dot)org> writes:
> On Fri, 2002-11-01 at 09:53, Tom Lane wrote:
>> Or at least it's *trying* to apply it for 4.7 --- as near as I can tell
>> without testing, the above scrap of resultmap code is wrong because both
>> of the i.86 lines will match on FreeBSD 4.7, and I think the pg_regress
>> coding will take the last match. Larry, did you actually test the
>> CVS-tip resultmap to make sure it picks the right comparison file on
>> your box?
> Yes, just did and it *FAILS*.
> you need the order you have below.
> Sorry...
Okay, I've updated the CVS tip to look like this:
geometry/i.86-.*-freebsd=geometry-positive-zeros-bsd
geometry/i.86-.*-freebsd4.7=geometry-bsd-precision
geometry/i.86-.*-freebsd5=geometry-bsd-precision
geometry/alpha.*-freebsd=geometry-positive-zeros
Sean, would you verify this works for you?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Rod Taylor | 2002-11-01 16:38:24 | Re: 7.3B3 psql talking to a 7.2.3 server? |
Previous Message | Larry Rosenman | 2002-11-01 16:30:04 | 7.3B3 psql talking to a 7.2.3 server? |