From: | j6m(at)cvni(dot)net |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Polymorphism resgression test fails when BLCKSZ changed |
Date: | 2004-12-21 17:30:49 |
Message-ID: | 1103650249.41c85dc97ef5c@213.244.11.231 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi,
The regression test fails on 'polymorphism' on three different computers with
various architectures.
(I hope this point was not raised before, but I did not find any relevant mail
about it with '[BUGS]'in the subject line and 'polymorphism' in message body)
Besides the configure options stated below, BLCKSZ was redefined from 8192 to
16384 before running configure. With default vakue (8192) make check runs
smoothly.
Machine 1 : (SuSE 8.2 i386)
-----------
uname -m = i686
uname -r = 2.4.20-64GB-SMP
uname -s = Linux
uname -v = #1 SMP Wed Nov 17 20:29:59 UTC 2004
gcc 3.3.1
./configure '--prefix=/usr' '--libdir=/usr/lib' '--bindir=/usr/bin' '--
includedir=/usr/include/pgsql' '--datadir=/usr/share/postgresql' '--
mandir=/usr/share/man' '--with-docdir=/usr/share/doc/packages' '--with-
includes=/usr/include/heimdal /usr/include/et' '--disable-rpath' '--enable-
nls' '--enable-thread-safety' '--enable-integer-datetimes' '--with-python' '--
with-perl' '--with-tcl' '--without-tk' '--with-openssl' '--with-pam' 'CFLAGS=-
O3 -march=pentium3 -mcpu=pentium3 -fmessage-length=0 -Wall'
Machine 2 : (SuSE 9.1 i386)
-----------
uname -m = i686
uname -r = 2.6.5-7.111.5-default
uname -s = Linux
uname -v = #1 Wed Nov 17 11:08:17 UTC 2004
gcc 3.3.3
./configure '--prefix=/usr' '--libdir=/usr/lib' '--bindir=/usr/bin' '--
includedir=/usr/include/pgsql' '--datadir=/usr/share/postgresql' '--
mandir=/usr/share/man' '--with-docdir=/usr/share/doc/packages' '--with-
includes=/usr/include/heimdal /usr/include/et' '--disable-rpath' '--enable-
nls' '--enable-thread-safety' '--enable-integer-datetimes' '--with-python' '--
with-perl' '--with-tcl' '--without-tk' '--with-openssl' '--with-pam' '--with-
krb5' 'CFLAGS=-O3 -march=pentium3 -mcpu=pentium3 -fmessage-length=0 -Wall'
Machine 3 : (IBM R/S 6000 - powerpc-ibm-aix4.3.3.0)
-----------
uname -m = 0057C2BA4C00
uname -r = 3
uname -s = AIX
uname -v = 4
xlc C for AIX Compiler, Version 5
./configure --without-readline --without-zlib
------------
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-12-21 17:38:55 | Re: [BUGS] "pg_ctl -w" does not return a failure exit code when postmaster |
Previous Message | Steve McWilliams | 2004-12-21 16:43:06 | Problems with "-w" option on pg_ctl.exe running as a windows service |