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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt timestamp.c
Date: 2001-10-03 15:50:49
Message-ID: 200110031550.f93Fonw35812@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/03 11:50:49

Modified files:
src/backend/utils/adt: timestamp.c

Log message:
AdjustTimestampForTypmod does not work (at least not portably) on
-infinity and +infinity. Put TIMESTAMP_NOT_FINITE guard into the routine,
instead of forgetting it at some call sites. Fixes regression test
failures here.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-03 15:51:49 pgsql/src/test/regress/expected horology-no-DS ...
Previous Message tgl 2001-10-03 15:42:12 pgsql/src/include/utils timestamp.h