Test of PG7.3.2b2 on SGI Irix

From: "Robert E(dot) Bruccoleri" <bruc(at)stone(dot)congenomics(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Test of PG7.3.2b2 on SGI Irix
Date: 2002-10-31 15:35:11
Message-ID: 200210311535.KAA91390@stone.congenomics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've built and run the regression tests on PostgreSQL7.3 beta 2 on
SGI Irix and found the following suspicious compiler error message:

gmake[4]: Entering directory `/pg/postgresql-7.3b2/src/backend/utils/hash'
cc -64 -g -woff 1164,1171,1185,1195,1552 -I../../../../src/include -I/stf/sys64/include -I/stf/sys64/include/readline -U_NO_XOPEN4 -c dynahash.c -o dynahash.o
cc-1184 cc: WARNING File = dynahash.c, Line = 543
"=" is used where where "==" may have been intended.

Assert(currBucket && !(saveState.currBucket = NULL));
^

Looks like a bug to me.

All the regression tests pass except for tests involving Savings Time
which are off by one hour. --Bob

+-----------------------------+------------------------------------+
| Robert E. Bruccoleri, Ph.D. | email: bruc(at)acm(dot)org |
| P.O. Box 314 | URL: http://www.congen.com/~bruc |
| Pennington, NJ 08534 | |
+-----------------------------+------------------------------------+

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-10-31 15:38:59 Re: float output precision questions
Previous Message Bruno Wolff III 2002-10-31 15:33:59 Re: setuid for defaults, constraints and triggers (Was: What user to [sic] defaults execute as?)