pgsql/src/backend/utils/adt datetime.c formatt ...

From: Thomas Lockhart <thomas(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt datetime.c formatt ...
Date: 2001-01-17 16:46:57
Message-ID: 200101171646.f0HGkv897078@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: thomas(at)hub(dot)org 01/01/17 11:46:56

Modified files:
src/backend/utils/adt: datetime.c formatting.c nabstime.c
timestamp.c

Log message:
Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".
Not sure why some were this way, and others were already correct, but it
seems to have been like this for several years.
This caused problems on a few damaged platforms like AIX and IRIX which do
not support DST calculations for years before 1970.
Thanks to Andreas Zeugswetter <ZeugswetterA(at)wien(dot)spardat(dot)at> for finding
the problem.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-01-17 17:26:46 pgsql/src/backend bootstrap/bootparse.y comman ...
Previous Message Bruce Momjian - CVS 2001-01-17 16:34:34 pgsql/doc/src/sgml plsql.sgml