pgsql/src backend/utils/adt/nabstime.c backend ... - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src backend/utils/adt/nabstime.c backend ...
Date
Msg-id 200102131432.f1DEWtU48169@hub.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/test/regress/expected abstime-1947-P ...
Next
From: Bruce Momjian
Date:
Subject: Re: Recent patch to DatabaseMetaData