Thread: pgsql/src backend/utils/adt/nabstime.c backend ...

pgsql/src backend/utils/adt/nabstime.c backend ...

From
Bruce Momjian - CVS
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/02/13 09:32:52

Modified files:
    src/backend/utils/adt: nabstime.c timestamp.c
    src/include/port: aix.h irix5.h
    src/test/regress: resultmap

Log message:
    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