AW: AW: AW: Re: tinterval - operator problems on AIX

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: AW: AW: Re: tinterval - operator problems on AIX
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633681B8@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> > > Yes, the annoyance is, that localtime works for dates before 1970
> > > but mktime doesn't. Best would probably be to assume no DST before
> > > 1970 on AIX and IRIX.
> > 
> > That seems like a reasonable answer to me, especially since we have
> > other platforms that behave that way.  How can we do this --- just
> > test for isdst = -1 after the call, and assume that means failure?

Are you working on this, or can you point me to the parts of the code, 
that would need change ?

Andreas


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

Предыдущее
От: Alessio Bragadini
Дата:
Сообщение: Re: [GENERAL] Slashdot and PostgreSQL
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Re: Performance degradation in PostgreSQL 7.1beta3 vs 6.5.3