]> 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:36 +0000 (00:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Nov 2002 00:39:36 +0000 (00:39 +0000)
commit400013ceecb27c9582a6d9e8d48930a47d0b7a85
treedaaaa8360e708e8302ff7d027a10a68c13dfc058
parent4d3fb9ce6e1c85964335d7b4942dc0e8080c9ce5
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