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

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/nabstime.c backend ...
Date: 2001-02-13 14:32:55
Message-ID: 200102131432.f1DEWtU48169@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-02-13 14:33:51 pgsql/src/test/regress/expected abstime-1947-P ...
Previous Message Peter T Mount 2001-02-13 11:06:13 Re: Recent patch to DatabaseMetaData