Re: AW: AW: AW: AW: AW: Re: tinterval - operator problems o n AI X

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: AW: AW: AW: AW: AW: Re: tinterval - operator problems o n AI X
Дата
Msg-id Pine.LNX.4.30.0101190047180.3124-100000@peter.localdomain
обсуждение исходный текст
Ответ на AW: AW: AW: AW: AW: Re: tinterval - operator problems o n AI X  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
Zeugswetter Andreas SB writes:

> > You don't need to put this check into configure, you can just
> > do the check after mktime() is used.
>
> No, we need that info for the output functions that only use localtime.
> The intent is, to not use DST before 1970 on platforms that don't have
> mktime for dates before 1970.

You can't do execution time checks in configure.  You're going to have to
do it at run-time.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Getting configure to notice link-time vs run-time failures
Следующее
От: teg@redhat.com (Trond Eivind Glomsrød)
Дата:
Сообщение: Re: 7.0.3 reproduceable serious select error