8.2beta1 failure on IRIX

Поиск
Список
Период
Сортировка
От Steve Singer
Тема 8.2beta1 failure on IRIX
Дата
Msg-id BAYC1-PASMTP02E6945EC61798F49E581DAC1E0@CEZ.ICE
обсуждение исходный текст
Список pgsql-hackers
I'm getting some failures in the regression tests on 8.2beta1 on IRIX.
It looks like IRIX (or at least some versions) has a broken strtod.

The float4 and float8 tests fail,  I've attached a patch to
tools/adt/float.c that fixes the problem along with the regression output.

As a side note,could float4in not be refactored to just call float8in 
followed by CheckFloat4Val and maybe some error message changes?
The two functions have a lot of duplicated code.

IRIX 6.5.22m
uname -R = 6.5 6.5.22m

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Numeric overflow problem + patch
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Another idea for dealing with cmin/cmax