Re: localtime() for win32 problem.

Поиск
Список
Период
Сортировка
От Claudio Natoli
Тема Re: localtime() for win32 problem.
Дата
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F52C@harris.memetrics.local
обсуждение исходный текст
Ответ на localtime() for win32 problem.  ("Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr>)
Ответы Re: localtime() for win32 problem.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-win32
Hmm. Looks like we are trying to "score" timezones using date/times pre
midnight, Jan 1 1970, which is a no-no for win32 (IIRC, this was a prime
motivator for rolling in a pg_timezone library).

Have to avoid this, or change pgtz.c following lines 184 and 304 to
correctly deal with a NULL return from the native localtime.

Cheers,
Claudio




> -----Original Message-----
> From: Korea PostgreSQL Users' Group [mailto:pgsql-kr@postgresql.or.kr]
> Sent: Thursday, 29 July 2004 2:06 PM
> To: pgsql-hackers-win32@postgresql.org
> Subject: [pgsql-hackers-win32] localtime() for win32 problem.
>
>
> I found that localtime do not work same between linux and win32.
>
> timet = -1000000; /* minus value */
> localtime(&timet);
>
> above codes do not work win32. (in Microsoft C, mingw gcc too)
>
> so, score_timezone() function in src/timezone/pgtz.c should
> be changed.
> this problem is continuous with initdb when initdb run
> without setting TZ env value.
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

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

Предыдущее
От: "Korea PostgreSQL Users' Group"
Дата:
Сообщение: Report initdb problem in Korean OS 2.
Следующее
От: Justin Wyer
Дата:
Сообщение: Re: win32 pgsql not installable