Re: where to put NO_MKTIME_BEFORE_1970?

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: where to put NO_MKTIME_BEFORE_1970?
Date: 2002-08-16 15:35:12
Message-ID: 3D5D1BB0.9010703@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Joe Conway <mail(at)joeconway(dot)com> writes:
>
>>I'm running Red Hat 7.3 at home. For the fun of it, I put:
>> #define NO_MKTIME_BEFORE_1970
>>But I'm still getting the < 1970 regression test failures. What else do
>>I need to do?
>
>
> I'd assume you need to select different regression comparison file(s)
> in src/test/regress/resultmap - probably horology-no-DST-before-1970.
>

<slaps head>I guess that makes perfect sense!

Is /src/include/port/linux.h the correct place to put this or should
something more specific to Red Hat 7.3 be used (and if so, any ideas
about how to detect that Red Hat 7.3 is being used)?

Thanks,

Joe

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-08-16 15:45:36 Re: Open 7.3 items
Previous Message Matthew T. O'Connor 2002-08-16 15:25:28 Re: Coding help