Re: AW: AW: AW: AW: AW: Re: tinterval - operator problems o n AI X - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: AW: AW: AW: AW: AW: Re: tinterval - operator problems o n AI X
Date
Msg-id Pine.LNX.4.30.0101190047180.3124-100000@peter.localdomain
Whole thread Raw
In response to AW: AW: AW: AW: AW: Re: tinterval - operator problems o n AI X  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Getting configure to notice link-time vs run-time failures
Next
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: 7.0.3 reproduceable serious select error