pgsql: Fix mis-display of negative fractional seconds in interval values

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix mis-display of negative fractional seconds in interval values
Date: 2005-04-20 17:15:09
Message-ID: 20050420171509.E581553E02@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix mis-display of negative fractional seconds in interval values for
--enable-integer-datetimes case. Per report from Oliver Siegmar.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.118.2.4 -> r1.118.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.118.2.4&r2=1.118.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-20 17:15:20 pgsql: Fix mis-display of negative fractional seconds in interval values
Previous Message Tom Lane 2005-04-20 17:14:58 pgsql: Fix mis-display of negative fractional seconds in interval values