Re: Problem restoring db-dump on Postgres 8.0.4 Power5

Поиск
Список
Период
Сортировка
От Peter Alberer
Тема Re: Problem restoring db-dump on Postgres 8.0.4 Power5
Дата
Msg-id 200601031905.k03J5Vkr075658@rumba.wu-wien.ac.at
обсуждение исходный текст
Ответ на Re: Problem restoring db-dump on Postgres 8.0.4 Power5  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: postgresql-8.1.1 on SuSE 10.0 install issue
Следующее
От: Joe Conway
Дата:
Сообщение: Re: PostgreSQL Arrays and Performance