where to put NO_MKTIME_BEFORE_1970?

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: where to put NO_MKTIME_BEFORE_1970?
Date: 2002-08-16 04:44:53
Message-ID: 3D5C8345.2040301@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm running Red Hat 7.3 at home. For the fun of it, I put:
#define NO_MKTIME_BEFORE_1970

into /src/include/port/linux.h and then did:
make clean
make all
make install
initdb
make installcheck

But I'm still getting the < 1970 regression test failures. What else do
I need to do?

Joe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2002-08-16 04:50:39 Re: Admin nice-to-have's
Previous Message Bruce Momjian 2002-08-16 04:43:09 Re: Open 7.3 issues