Re: Postgresql 8.0.1

2005-03-15 Thread Grant Grundler
On Tue, Mar 15, 2005 at 12:17:04PM -0500, Jim Buttafuoco wrote: > > > same, Do you think it's the hardware? *sigh*. Based on comments from Greg Hughes...I'd think not. > I wonder if a register is getting overwritten with normal processing > but gdb is somehow saving it. That's possible but

Re: Postgresql 8.0.1

2005-03-15 Thread Jim Buttafuoco
@lists.debian.org Sent: Tue, 15 Mar 2005 09:36:26 -0700 Subject: Re: Postgresql 8.0.1 > On Tue, Mar 15, 2005 at 11:15:54AM -0500, Jim Buttafuoco wrote: > > This is really strange. If I run postgresql under gdb and break in > > the float4div function then I get the correct answer.

Re: Postgresql 8.0.1

2005-03-15 Thread Grant Grundler
On Tue, Mar 15, 2005 at 11:15:54AM -0500, Jim Buttafuoco wrote: > This is really strange. If I run postgresql under gdb and break in > the float4div function then I get the correct answer. If I remove > the break point then I get the wrong answer. > I am thinking I need to do the kernel upgrade y

Re: Postgresql 8.0.1

2005-03-15 Thread Jim Buttafuoco
Subject: Re: Postgresql 8.0.1 > On Wed, Mar 09, 2005 at 10:34:51PM -0500, Jim Buttafuoco wrote: > > Grant, > > > > yes, I will rebuild the kernel. which version and is there a tar file for > > it? > > http://cvs.parisc-linux.org/download/linux-2.6/ > > G

Re: Postgresql 8.0.1

2005-03-14 Thread Matthew Wilcox
On Mon, Mar 14, 2005 at 02:09:46PM -0500, Jim Buttafuoco wrote: > Doing some more digging on this issue, I have found that even though > _GNU_SOURCE is defined on my gcc command line the > macro __USE_ISOC99 (from /usr/include/features.h) doesn't get set. without > this macro set (like it is on >

Re: Postgresql 8.0.1

2005-03-14 Thread Jim Buttafuoco
roken system. Jim -- Original Message --- From: Grant Grundler <[EMAIL PROTECTED]> To: Jim Buttafuoco <[EMAIL PROTECTED]> Cc: debian-hppa@lists.debian.org Sent: Wed, 9 Mar 2005 20:47:49 -0700 Subject: Re: Postgresql 8.0.1 > On Wed, Mar 09, 2005 at 10:34:51PM -0500,

Re: Postgresql 8.0.1

2005-03-09 Thread Grant Grundler
On Wed, Mar 09, 2005 at 10:34:51PM -0500, Jim Buttafuoco wrote: > Grant, > > yes, I will rebuild the kernel. which version and is there a tar file for it? http://cvs.parisc-linux.org/download/linux-2.6/ Grab the latest 2.6.11-pa2 tarball here. thanks, grant -- To UNSUBSCRIBE, email to [EMAI

Re: Postgresql 8.0.1

2005-03-09 Thread Jim Buttafuoco
n.org Sent: Wed, 9 Mar 2005 16:36:28 -0700 Subject: Re: Postgresql 8.0.1 > On Wed, Mar 09, 2005 at 04:17:25PM -0500, Hughes, Gregory Mark wrote: > > Jim, > > > > I've been working with PA-RISC processors from the days of the 710. I > > have never seen any processor

Re: Postgresql 8.0.1

2005-03-09 Thread Grant Grundler
On Wed, Mar 09, 2005 at 04:17:25PM -0500, Hughes, Gregory Mark wrote: > Jim, > > I've been working with PA-RISC processors from the days of the 710. I > have never seen any processor related difference in floating point > results using PA1.1 instructions. There is the possibility of a > hardware

RE: Postgresql 8.0.1

2005-03-09 Thread Jim Buttafuoco
x 9 on the 710 (disk died), as I would like to give it a try also Jim -- Original Message --- From: "Hughes, Gregory Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Wed, 9 Mar 2005 16:17:25 -0500 Subject: RE: Postgresql 8.0.1 > Jim, > >

RE: Postgresql 8.0.1

2005-03-09 Thread Hughes, Gregory Mark
; From: Jim Buttafuoco [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 09, 2005 2:03 PM > To: Carlos O'Donell > Cc: debian-hppa@lists.debian.org > Subject: Re: Postgresql 8.0.1 > > ok, you DO think it' the hardware. I will have the > postgresql people

Re: Postgresql 8.0.1

2005-03-09 Thread Jim Buttafuoco
s O'Donell" <[EMAIL PROTECTED]> To: Jim Buttafuoco <[EMAIL PROTECTED]> Cc: debian-hppa@lists.debian.org Sent: Wed, 9 Mar 2005 15:48:55 -0500 Subject: Re: Postgresql 8.0.1 > On Wed, Mar 09, 2005 at 03:43:27PM -0500, Jim Buttafuoco wrote: > > my software matches y

Re: Postgresql 8.0.1

2005-03-09 Thread Carlos O'Donell
On Wed, Mar 09, 2005 at 03:43:27PM -0500, Jim Buttafuoco wrote: > my software matches yours below. Do you think it could be the > hardware floating point in this systems. It is a 710 and I think is > was made in the early 90's. I just find is odd that 7.4.X works fine. > Any chance you could mak

Re: Postgresql 8.0.1

2005-03-09 Thread Jim Buttafuoco
mpile? Thanks for your help Jim -- Original Message --- From: "Carlos O'Donell" <[EMAIL PROTECTED]> To: Jim Buttafuoco <[EMAIL PROTECTED]> Cc: debian-hppa@lists.debian.org Sent: Wed, 9 Mar 2005 15:35:22 -0500 Subject: Re: Postgresql 8.0.1 > On Tue, Ma

Re: Postgresql 8.0.1

2005-03-09 Thread Carlos O'Donell
On Tue, Mar 08, 2005 at 05:21:54PM -0500, Jim Buttafuoco wrote: > here is what I do. > > 1. Download postgresql 8.0.1 source from ftp.postgresql.org > 2. un tar package > 3. ./configure --enable-debug --with-pgport= --prefix=/usr/local/pgsql > > change --prefix to w

Re: Postgresql 8.0.1

2005-03-08 Thread Jim Buttafuoco
here is what I do. 1. Download postgresql 8.0.1 source from ftp.postgresql.org 2. un tar package 3. ./configure --enable-debug --with-pgport= --prefix=/usr/local/pgsql change --prefix to where ever you want to install 4. make 5. make check with step 5 you will see failures. let me

Re: Postgresql 8.0.1

2005-03-08 Thread Carlos O'Donell
On Tue, Mar 08, 2005 at 03:18:44PM -0500, Jim Buttafuoco wrote: > yes I looked and talked to Tom Lane about it. He believes its the > platform/compile NOT postgresql. I disagree with his opinion as > postgresql 7.4.X passes ALL tests. The float4 test are failing and I > narrowed it down to the h

Re: Postgresql 8.0.1

2005-03-08 Thread Jim Buttafuoco
rg Sent: Tue, 8 Mar 2005 12:33:28 -0500 Subject: Re: Postgresql 8.0.1 > On Sat, Mar 05, 2005 at 08:17:10PM -0500, Jim Buttafuoco wrote: > > yes, I run it on i386, arm , mips, mipssel, sparc and alpha. > > Okay, what tests are failing? Have you looked into possible reasons? > Or r

Re: Postgresql 8.0.1

2005-03-08 Thread Carlos O'Donell
On Sat, Mar 05, 2005 at 08:17:10PM -0500, Jim Buttafuoco wrote: > yes, I run it on i386, arm , mips, mipssel, sparc and alpha. Okay, what tests are failing? Have you looked into possible reasons? Or rather were you hoping that someone had it all working :) c. -- To UNSUBSCRIBE, email to [EMA

Re: Postgresql 8.0.1

2005-03-05 Thread Jim Buttafuoco
yes, I run it on i386, arm , mips, mipssel, sparc and alpha. -- Original Message --- From: "Carlos O'Donell" <[EMAIL PROTECTED]> To: Jim Buttafuoco <[EMAIL PROTECTED]> Cc: debian-hppa@lists.debian.org Sent: Sat, 5 Mar 2005 14:48:51 -0500 Subject: Re:

Re: Postgresql 8.0.1

2005-03-05 Thread Carlos O'Donell
On Fri, Mar 04, 2005 at 11:42:49AM -0500, Jim Buttafuoco wrote: > I am having some problems running the postgresql 8.0.1 regression test > on my hppa debian sarge (710 and 735/99) systems. Postgresql 7.4.6 > passes 100% of the regress tests. Has anyone compiled 8.0.1 and run > th

Postgresql 8.0.1

2005-03-04 Thread Jim Buttafuoco
I am having some problems running the postgresql 8.0.1 regression test on my hppa debian sarge (710 and 735/99) systems. Postgresql 7.4.6 passes 100% of the regress tests. Has anyone compiled 8.0.1 and run the regression tests? Please let me know Thanks Jim -- To UNSUBSCRIBE, email to