Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed

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

Commit: 5eb6de5991eb53594d3d725c7218e9a9c53f7d84
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-11-12T00:39:08Z
Releases: 7.4.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