]> granicus.if.org Git - postgresql/commit
Please apply the following patch to fix AIX and IRIX timestamp behavior
authorBruce Momjian <bruce@momjian.us>
Tue, 13 Feb 2001 14:32:52 +0000 (14:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 13 Feb 2001 14:32:52 +0000 (14:32 +0000)
commit7582bd91cb4215a2efaf069630503cee66e2ea4d
tree5090233c242efc6f3ee01ebd4a23c73ac0bea4f0
parent35273825dc71329bca7dfcd2575fbc307de1a181
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
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