Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 400013ceecb27c9582a6d9e8d48930a47d0b7a85
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-11-12T00:39:36Z
Releases: 7.3.1
Remove NO_MKTIME_BEFORE_1970.  I had speculated that it was not needed
anymore given the mktime() workaround now done in DetermineLocalTimeZone.
This has now been confirmed by Robert Bruccoleri for Irix, and I'm going
to extrapolate to AIX as well.

Files

PathChange+/−
src/backend/utils/adt/nabstime.c modified +1 −13
src/backend/utils/adt/timestamp.c modified +1 −9
src/include/port/aix.h modified +1 −1
src/include/port/irix5.h modified +1 −1
src/test/regress/resultmap modified +3 −1