Re: 7.3b3 passes on MacOSX 10.2.1

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Bierman <bierman(at)apple(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.3b3 passes on MacOSX 10.2.1
Date: 2002-10-30 02:19:15
Message-ID: 200210300219.g9U2JFt01010@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Yes, OSX 10.2.X seems to have this output on _some_ machines, but not
others, and we can't seem to figure out why. Can you tell us more about
your machine and cpu?

---------------------------------------------------------------------------

Peter Bierman wrote:
> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Riedel 2002-10-30 02:40:57 copy from ... with delimiter '\n'
Previous Message Bruno Wolff III 2002-10-30 02:15:06 Re: float output precision questions