int8.c compile problem on UnixWare 7.x

Поиск
Список
Период
Сортировка
От Billy G. Allie
Тема int8.c compile problem on UnixWare 7.x
Дата
Msg-id 200003311939.OAA01657@bajor.mug.org
обсуждение исходный текст
Ответы Re: int8.c compile problem on UnixWare 7.x  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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    |

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: [6.5.3] further investigation ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: int8.c compile problem on UnixWare 7.x