From:
"Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To:
Mattias Kregert <matti(at)algonet(dot)se>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc:
"Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>, Dwayne Bailey <dwayne(at)mika(dot)com>,
pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Timezone problems / HAVE_INT_TIMEZINE
Date:
1998-03-19 03:10:20
Message-ID:
35108C9C.597A252E@alumni.caltech.edu (view raw or flat )
Thread:
1998-03-16 21:22:46 from Dwayne Bailey <dwayne(at)mika(dot)com>
1998-03-17 08:42:07 from "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
1998-03-17 10:40:01 from "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
1998-03-17 12:06:59 from "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
1998-03-17 12:29:42 from Dwayne Bailey <dwayne(at)mika(dot)com>
1998-03-18 11:00:47 from "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
1998-03-18 11:08:12 from "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
1998-03-17 13:17:58 from The Hermit Hacker <scrappy(at)hub(dot)org>
1998-03-17 14:52:24 from Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
1998-03-17 16:13:13 from Dwayne Bailey <dwayne(at)mika(dot)com>
1998-03-17 16:33:28 from The Hermit Hacker <scrappy(at)hub(dot)org>
1998-03-18 06:38:22 from "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
1998-03-18 11:29:24 from "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
1998-03-18 15:11:52 from "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
1998-03-18 16:33:16 from "Pedro J(dot) Lobo" <pjlobo(at)euitt(dot)upm(dot)es>
1998-03-18 22:29:58 from Mattias Kregert <matti(at)algonet(dot)se>
1998-03-19 03:10:20 from "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
1998-03-19 04:24:37 from The Hermit Hacker <scrappy(at)hub(dot)org>
1998-03-19 05:32:51 from "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
1998-03-19 13:14:04 from Dwayne Bailey <dwayne(at)mika(dot)com>
1998-03-19 15:10:09 from Maarten Boekhold <maartenb(at)dutepp2(dot)et(dot)tudelft(dot)nl>
1998-03-19 15:27:39 from Dwayne Bailey <dwayne(at)mika(dot)com>
1998-03-19 15:42:43 from "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
1998-03-18 02:02:36 from Ryan Kirkpatrick <rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu>
1998-03-20 03:53:33 from Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Lists:
pgsql-hackers
> Couldn't this be tested for, just like there is a "flex test" which
> finds out if flex is ok or not? Can the configure script find out and
> add HAVE_INT_TIMEZONE if appropriate?
Uh, it does a test already by trying to compile a program referencing a
global integer variable called "timezone". Somehow a few systems will
compile that but don't really have a useful integer timezone
(RH5.0/glibc2.0 is one of those).
I'm wondering if we could change the sense of the test, to try instead
to test for the presence of a timezone field in the tm structure? That
might fix the glibc2.0 port (assuming it still has problems at v2.0.7;
haven't tested recently) but I don't know which other ports might break.
Can we experiment with this Marc?? Post-megapatch of course :)
- Tom
In response to
Responses
pgsql-hackers by date
Next :From: Thomas G. LockhartDate: 1998-03-19 03:14:41
Subject : Re: [HACKERS] regression testing on linux-elf 2.0.33, postgresql 6.3, i686
Previous :From : Bruce MomjianDate : 1998-03-19 02:35:56
Subject : Re: [HACKERS] Re: [PATCHES] patches for 6.2.1p6