From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Simplifying timezone support |
Date: | 2003-02-20 21:19:21 |
Message-ID: | 28165.1045775961@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
"Ross J. Reedstrom" <reedstrm(at)rice(dot)edu> writes:
> On Thu, Feb 20, 2003 at 03:21:09PM -0500, Tom Lane wrote:
>> Provide a portable way of getting libc to tell us whether it likes TZ,
>> and I'll be glad to fix this.
> Dang that lovely word 'portable'. However, given your proposed change,
> perhaps the hurdle for portable time handling is now lower: it seems we've
> not been exposed to as broad a range of broken systems as in the past.
On this particular point my threshold of 'portable' is actually pretty
low, as long as it's fail-soft. Failure to detect bad TZ on some
systems would leave them no worse off than before, right?
But I haven't seen *any* published API that directly tells you whether
tzset liked TZ or not --- AFAICT it's supposed to just silently
substitute GMT. Which would be okay if "GMT" were the only allowed
spelling of GMT, but it ain't ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2003-02-20 22:33:02 | Re: Tuning scenarios (was Changing the default configuration) |
Previous Message | Ross J. Reedstrom | 2003-02-20 21:03:07 | Re: Simplifying timezone support |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2003-02-21 05:32:57 | Re: FAQ addition: deleteing all but one unique row |
Previous Message | Ross J. Reedstrom | 2003-02-20 21:03:07 | Re: Simplifying timezone support |