Re: [HACKERS] Timezone problems / HAVE_INT_TIMEZINE - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Timezone problems / HAVE_INT_TIMEZINE
Date
Msg-id 35113CF3.7D6CFCD8@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] Timezone problems / HAVE_INT_TIMEZINE  (Dwayne Bailey <dwayne@mika.com>)
List pgsql-hackers
> It's a moot point, anyway.  I put explicit calls in to the
> startup, and it made no difference in the result.  It's likely to
> be a 32/64 bit issue somewhere that I haven't located yet.  It
> really shouldn't be that hard to track down.  Since the output is
> different from the input by a consistance amount (19 years +- a
> few days) it can only be in one of 4 places, AFAIK: parsing
> input, storing value, retrieving value, or generating output.  My
> bet is on the retrieve phase, but we'll see.

Didn't this stuff work for v6.2.1, even on Alpha? afaik nothing around
this adt code changed recently...

                        - Tom

I moved to another job recently so left my dozen Alphas and don't have
access to man pages on them :( Have you tried compiling with
HAVE_INT_TIMEZONE disabled?

pgsql-hackers by date:

Previous
From: Dwayne Bailey
Date:
Subject: Re: [HACKERS] Timezone problems / HAVE_INT_TIMEZINE
Next
From: Zeugswetter Andreas
Date:
Subject: AW: [HACKERS] Begin statement again