USE_AUSTRALIAN_RULES breaks regression tests in 7.1.2?

From: Justin Clift <aa2(at)bigpond(dot)net(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: USE_AUSTRALIAN_RULES breaks regression tests in 7.1.2?
Date: 2001-06-07 01:18:54
Message-ID: 01060711185400.15360@justin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Am re-compiling and installing PostgreSQL 7.1.2 on a Mandrake 7.2 platform.
I'm noticing defining the compiler variable "USE_AUSTRALIAN_RULES" is
breaking the regression tests, specifically the horology and timestamp tests.

Just to check I'm doing it right, I'm defining the compiler variable by :

export CFLAGS='-mcpu=i686 -march=i686 -O2 -DUSE_AUSTRALIAN_RULES'
export CPPFLAGS='-mcpu=i686 -march=i686 -O2 -DUSE_AUSTRALIAN_RULES'
./configure --prefix=/opt/postgresql --enable-syslog

As a control test, doing the same thing but leaving out the
-DUSE_AUSTRALIAN_RULES lets the regression tests pass fine.

Is this a known issue I've missed? If's it's not I'll submit this to the
"bugs" mailing list.

Regards and best wishes,

Justin Clift

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-06-07 02:05:52 Re: [SQL] maximum number of rows in table - what about oid limits?
Previous Message John Scott 2001-06-07 01:08:14 Re: [SQL] maximum number of rows in table - what about oid limits?