Re: [HACKERS] Date/time on glibc2 linux

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [HACKERS] Date/time on glibc2 linux
Дата
Msg-id Pine.SOL2.3.96.SK.981209180752.8389A-100000@sun.med.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Date/time on glibc2 linux  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
Hello!
  I think, finally, that the simplest way to solve this would be patch
configure, not datetime.c, dt.c and all that.  The struct tm on linux has tm_gmtoff and tm_zone, so it will be enough
if postgres' configure undefine HAVE_TZSET and HAVE_INT_TIMEZONE on glibc2.
  Python's configure.in has the following:
# checks for structures
AC_HEADER_TIME
AC_STRUCT_TM
AC_STRUCT_TIMEZONE  and this do all neccessary defines. I think postgres' configure will
require some more tricks.
  Continue investigating...

Oleg.
----  Oleg Broytmann     http://members.tripod.com/~phd2/     phd2@earthling.net          Programmers don't die, they
justGOSUB without RETURN.
 



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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [HACKERS] problem compiling with egcs 1.1.1
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: AW: [HACKERS] isnull() or is it?t