minor fixes for regress - Mailing list pgsql-hackers

From Ricardo Muggli
Subject minor fixes for regress
Date
Msg-id Pine.OSF.4.21.0009131343070.15125-101000@mail.mnsu.edu
Whole thread Raw
Responses Re: minor fixes for regress
List pgsql-hackers
I wasn't too sure where to mail this.

I have noticed that there are some identical files in
postgresql-7.0.2/src/test/regress/expected/

> diff float8-cygwin.out float8-small-is-zero.out #I recommend deleting
float8-cygwin.out
> diff geometry-cygwin-precision.out geometry-solaris-precision.out #I
recommend deleting geometry-cygwin-precision.out

below is the diff of postgresql-7.0.2/src/test/regress/resultmap
that has the above files deleted plus the addition of an alpha regression
test built with alphaev56-dec-osf4.0e/2.95.2/ . The alpha geometry
regression file is attached

11c11
< float8/i.86-pc-cygwin*=float8-cygwin
---
> float8/i.86-pc-cygwin*=float8-small-is-zero
18c18
< geometry/i.86-pc-cygwin*=geometry-cygwin-precision
---
> geometry/i.86-pc-cygwin*=geometry-solaris-precision
21a22
> geometry/alpha.*-dec-osf=geometry-alpha-precision



Ricardo Muggli
Systems Manager
Information and Technology Services
Minnesota State University, Mankato

pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: Status of new relation file naming
Next
From: Tom Lane
Date:
Subject: Indexing of LIKE queries is broken in current sources