]> granicus.if.org Git - postgresql/commit
Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Nov 2002 00:39:08 +0000 (00:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Nov 2002 00:39:08 +0000 (00:39 +0000)
commit5eb6de5991eb53594d3d725c7218e9a9c53f7d84
tree50e9f2c6504fb40e6fb48f745131379a34b60483
parentf9b5b41ef993a9b76b7f97b271df8034f1a24154
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.
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/timestamp.c
src/include/port/aix.h
src/include/port/irix5.h
src/test/regress/resultmap