int8.c compile problem on UnixWare 7.x - Mailing list pgsql-hackers

From Billy G. Allie
Subject int8.c compile problem on UnixWare 7.x
Date
Msg-id 200003311939.OAA01657@bajor.mug.org
Whole thread Raw
Responses Re: int8.c compile problem on UnixWare 7.x  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
It appears that some code in backend/utils/adt/int8.c tickles a compiler bug
in SCO's UDK when it is compiled with optimazation turned on.  The attached
patch, which rewrites a for statement as a while statement corrects the
problem.
____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    |

Attachment

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: [6.5.3] further investigation ...
Next
From: Bruce Momjian
Date:
Subject: Re: int8.c compile problem on UnixWare 7.x