Re: Problem restoring db-dump on Postgres 8.0.4 Power5 - Mailing list pgsql-general

From Peter Alberer
Subject Re: Problem restoring db-dump on Postgres 8.0.4 Power5
Date
Msg-id 200601031905.k03J5Vkr075658@rumba.wu-wien.ac.at
Whole thread Raw
In response to Re: Problem restoring db-dump on Postgres 8.0.4 Power5  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
The platform is a redhat advanced server 4 update 2 for power5 64bit. the
compiler is gcc:

Reading specs from /usr/lib/gcc/ppc64-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=ppc64-redhat-linux --build=ppc64-redhat-linux
--target=ppc64-redhat-linux --with-cpu=default32
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)

As you can see there is this funny "--with-cpu=default32" switch. So I
usually do a "gcc -m64" to compile things for 64bit executables. Apart from
the failure I got today I did not see any problems with the pg804 build,
done with -m64.

The regression test fails 3 times, I am attaching the diffs. I think the
numerology and union fails are related to the int4 failure. The int8 test
works...

We had a conversation about my compiler installation a few months ago. The
problems I had at that time where related to the parameter ACCEPT_TYPE_ARG3
which on my system gets defined as size_t, but should be socklen_t ...

Regards, peter


Attachment

pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: postgresql-8.1.1 on SuSE 10.0 install issue
Next
From: Joe Conway
Date:
Subject: Re: PostgreSQL Arrays and Performance