7.3b3 passes on MacOSX 10.2.1

From: Peter Bierman <bierman(at)apple(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: 7.3b3 passes on MacOSX 10.2.1
Date: 2002-10-29 23:47:42
Message-ID: v03130306b9e4cdcb53af@[17.202.21.231]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 6:11 PM -0500 10/29/02, Neil Conway wrote:
>Peter Bierman <bierman(at)apple(dot)com> writes:
>> So first off, what's the best way to tell from a cvs snapshot which
>> "release" (if any) that snapshot is?
>
>configure.in, perhaps?

Ah, thanks. 7.3b3 it is then.

>> 'make runcheck' in src/test/regress/ fails with:
>>
>> bison -y -d preproc.y
>> preproc.y:5560: fatal error: maximum table size (32767) exceeded
>
>You need bison 1.50 or greater to build the new ecpg (due to a bison
>limitation).

Ok. After upgrading to bison-1.75, all regression tests pass except:

*** ./expected/geometry-powerpc-darwin.out Mon Dec 11 08:45:16 2000
--- ./results/geometry.out Tue Oct 29 15:40:56 2002
***************
*** 127,133 ****
! | (-10,0) | [(-1000000,200),(300000,-40)] | (-9.99715942258202,15.3864610140472)
--- 127,133 ----
! | (-10,0) | [(-1000000,200),(300000,-40)] | (-9.99715942258202,15.3864610140473)
======================================================================

Perhaps the change from gcc2.x to 3.x changed floats a bit?

-pmb

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Patnude 2002-10-29 23:56:46 Database replication... - Mission Critical DBMS's -- Taking postgreSQL to the Enterprise Computing level...
Previous Message Neil Conway 2002-10-29 23:11:00 Re: CVS TOT fails to build on MacOSX 10.2.1