PostgreSQL installation results

From: Alex Howansky <alex(at)wankwood(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: PostgreSQL installation results
Date: 1999-01-29 16:44:28
Message-ID: Pine.LNX.3.95.990129113459.10714A-100000@mel.litton-wed.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-01-30 03:45:47 Port Bug Report: string concatenation operator association problem
Previous Message Kris Winterrowd 1999-01-29 11:42:43 Re: Installation Procedure