int8.c compile problem on UnixWare 7.x

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: int8.c compile problem on UnixWare 7.x
Date: 2000-03-31 19:39:14
Message-ID: 200003311939.OAA01657@bajor.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
uw7-20000331.patch application/x-patch 458 bytes
unknown_filename text/plain 223 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-03-31 22:09:20 Re: New config.{sub|guess}
Previous Message Thomas Lockhart 2000-03-31 16:54:40 Re: 6.5.0 datetime bug?