Tuna is running
Dave-Cramers-Computer:~ davec$ uname -a
Darwin Dave-Cramers-Computer.local 8.2.0 Darwin Kernel Version 8.2.0:
Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC
Power Macintosh powerpc
gcc --version
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer,
Inc. build 4061)
On 2-Nov-05, at 1:57 PM, Jim C. Nasby wrote:
On Wed, Nov 02, 2005 at 06:05:19PM +0100, Idar Tollefsen wrote:
Tom Lane wrote:
I notice however that you seem to have a different version of gcc:
gcc --version:
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer,
Inc. build
5026)
Copyright (C) 2005 Free Software Foundation, Inc.
Mine says
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple
Computer, Inc.
build 4061)
Copyright (C) 2004 Free Software Foundation, Inc.
which is evidently older. Where'd you get yours from?
I believe 5026 came as part of the Xcode 2.1 package when I
upgraded it
from Xcode 2.0. Xcode et. al. can be downloaded from ADC
(http://developer.apple.com/, choose "Log in").
The 4061 build you have, that came with Xcode 2.0, is a pre-
release of GCC
4.0. The 5026 build is synchronized with the official 4.0 release.
Good catch tough. Could you try the Xcode 2.1 upgrade and see if
you get
the same errors I'm seeing? Or could anyone tell us what GCC
version "tuna"
is running?
If tuna is upgraded to the latest version of the buildfarm script it
will report config output even on sucessful builds, which will contain
gcc info. IE: http://lnk.nu/pgbuildfarm.org/5ii.pl (search for
'configure:2078').
--
Jim C. Nasby, Sr. Engineering Consultant [EMAIL PROTECTED]
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
---------------------------(end of
broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match