PostgreSQL installation results - Mailing list pgsql-ports

From Alex Howansky
Subject PostgreSQL installation results
Date
Msg-id Pine.LNX.3.95.990129113459.10714A-100000@mel.litton-wed.com
Whole thread Raw
List pgsql-ports
FYI,

PostgreSQL v6.4.2
RedHat v5.2 w/ all errata applied, running kernel v2.2.0
Intel PII/400 @ 448MHz
128Mb RAM

compile: clean

install: clean

regression: three failures

int2 and int4 failed w/ error message wording differences, for example
expected:
  ! ERROR:  pg_atoi: error reading "100000": Math result not representable

generated:
  ! ERROR:  pg_atoi: error reading "100000": Numerical result out of range

geometry failed w/ minor floating point precision differences, for example
expected: -2.59807621135332
generated: -2.59807621135076

Keep up the great work!

--
Alex Howansky
Wankwood Associates
http://www.wankwood.com


pgsql-ports by date:

Previous
From: Kris Winterrowd
Date:
Subject: Re: Installation Procedure
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: string concatenation operator association problem