Re: instalation problems!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: instalation problems!
Дата
Msg-id 5881.989601954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на instalation problems!  (Fariba Noorbakhsh <fNoorbakhsh@ccs-munich.de>)
Ответы Re: instalation problems!  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
Fariba Noorbakhsh <fNoorbakhsh@ccs-munich.de> writes:
> The platfrom which we are using is Digital V4.0-D (alphaev56-dec-osf4.0d).
> I copied the whole configuration report for you, maybe it helps.
> I'm acctually suspecting our GCC version (v2.7.2.3), maybe it's too old and
> not familiar with "-mieee" option. What do you think?

Could be.  Try removing this hack from src/backend/utils/adt/Makefile:

# seems to be required for some date/time stuff 1999/07/22 bjm
ifeq "$(findstring alpha,$(host_cpu))" "alpha"
ifeq "$(GCC)" "yes"
override CFLAGS+= -mieee
endif
endif

I'd be interested to know whether the regression tests pass cleanly
after you do that.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with restoring database from a pg_dump generated script.
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Terrible perfomance during nested "... where x in (select ...)" operator