Geometry regression tests (was Re: [PATCHES] Alter domain) - Mailing list pgsql-hackers

From Tom Lane
Subject Geometry regression tests (was Re: [PATCHES] Alter domain)
Date
Msg-id 28571.1039550469@sss.pgh.pa.us
Whole thread Raw
Responses Re: Geometry regression tests (was Re: [PATCHES] Alter domain)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> That's a pain.  Is there no way for config.guess to tell the difference
>> between your system and the -STABLE versions?

> As I remember, the issue is that the only info is in a system header
> file.

This is a bit of a kluge, but what about switching geometry over to the
style Peter set up for locale differences?  Instead of calling out
platform-by-platform expected files, we could arrange it so that
pg_regress will accept a match on-the-fly to either of two (or more,
but I think two will be enough now) geometry.out files.  Essentially
we'd be saying that we don't really care whether specific platforms
show positive or negative zeroes in that test.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_hba.conf parse error gives wrong line number
Next
From: Bruce Momjian
Date:
Subject: Re: Geometry regression tests (was Re: [PATCHES] Alter domain)