Please apply the following patch to fix AIX and IRIX timestamp behavior

Bruce Momjian <bruce@momjian.us>

Commit: 7582bd91cb4215a2efaf069630503cee66e2ea4d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-02-13T14:32:52Z
Releases: 7.1.1
Please apply the following patch to fix AIX and IRIX timestamp behavior
as previously discussed.

It makes AIX and IRIX not use DST for dates before 1970.

The following expected files need to be removed from the regression tests,
they contain wrong results and are not needed any more.

src/test/regress/expected/horology-1947-PDT.out
src/test/regress/expected/tinterval-1947-PDT.out
src/test/regress/expected/abstime-1947-PDT.out

Zeugswetter Andreas

Files

PathChange+/−
src/backend/utils/adt/nabstime.c modified +11 −1
src/backend/utils/adt/timestamp.c modified +9 −1
src/include/port/aix.h modified +1 −0
src/include/port/irix5.h modified +1 −0
src/test/regress/resultmap modified +2 −6