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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix mis-display of negative fractional seconds in interval values
Date
Msg-id 20050420171458.5B8E753DFD@svr1.postgresql.org
Whole thread Raw
List 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:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        datetime.c (r1.137 -> r1.137.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.137&r2=1.137.4.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix mis-display of negative fractional seconds in interval values
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix mis-display of negative fractional seconds in interval values