Re: localtime() for win32 problem.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
Cc: "'Korea PostgreSQL Users' Group'" <pgsql-kr(at)postgresql(dot)or(dot)kr>, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: localtime() for win32 problem.
Date: 2004-07-29 14:57:28
Message-ID: 14211.1091113048@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com> writes:
> ... change pgtz.c following lines 184 and 304 to
> correctly deal with a NULL return from the native localtime.

Ah, that would seem to be the problem. Also, has anyone rechecked with
this version of pgtz to see if we can dispense with testing time zone
name equality and still pick the right zone on Windows?

regards, tom lane

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2004-07-29 17:10:06 Re: [HACKERS] win32 crash in initdb
Previous Message Tom Lane 2004-07-29 14:49:46 Re: [HACKERS] win32 crash in initdb