Re: PostgreSQL for VAX on NetBSD/OpenBSD

From: Greg Stark <stark(at)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, John Klos <john(at)ziaspace(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Subject: Re: PostgreSQL for VAX on NetBSD/OpenBSD
Date: 2015-08-27 23:07:31
Message-ID: CAM-w4HP-2icVhH69QXVM9AUGPj-N2DqbjVze_s0ey8xiR7vKjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

For completeness, here's the regression tests from the conrttrib
modules. I haven't looked into why earthdistance is coming up with
such odd results but I suspect it all comes from the same arithmetic
source. I don't see any surprising internal dependencies on ieee
floating point.

For what it's worth there are a number of mentions in the docs of
platforms that have non-ieee semantics behaving differently so I
wouldn't say we don't support such platforms. If we could avoid the
test failures without weakening the tests for other platforms that
would be nice. But I don't see any obvious way to do that.

Attachment Content-Type Size
regression-contrib.diffs application/octet-stream 23.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-08-27 23:28:25 Re: PostgreSQL for VAX on NetBSD/OpenBSD
Previous Message Tom Lane 2015-08-27 22:59:13 Re: Custom Scans and private data