Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |