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:20
Message-ID: 20050420171520.446CC53E0E@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_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.96.2.7 -> r1.96.2.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.96.2.7&r2=1.96.2.8)

Browse pgsql-committers by date

  From Date Subject
Next Message User Shachar 2005-04-20 21:34:10 oledb - oledb: Support functions for quoting identifiers and strings
Previous Message Tom Lane 2005-04-20 17:15:09 pgsql: Fix mis-display of negative fractional seconds in interval values