Re: Test of PG7.3.2b2 on SGI Irix - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Test of PG7.3.2b2 on SGI Irix
Date
Msg-id 7762.1036083881@sss.pgh.pa.us
Whole thread Raw
In response to Test of PG7.3.2b2 on SGI Irix  ("Robert E. Bruccoleri" <bruc@stone.congenomics.com>)
Responses Re: Test of PG7.3.2b2 on SGI Irix  ("Robert E. Bruccoleri" <bruc@stone.congenomics.com>)
List pgsql-hackers
"Robert E. Bruccoleri" <bruc@stone.congenomics.com> writes:
> 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.

No, the code is correct, although no doubt too clever by half :-(

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

Details?  If you ran it today then the DST-boundary problems shouldn't
be there anymore.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Request for supported platforms
Next
From: Bruno Wolff III
Date:
Subject: Re: setuid for defaults, constraints and triggers (Was: What user to [sic] defaults execute as?)