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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix improper display of fractional seconds in interval values
Date
Msg-id 20081002134750.2EE507545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix improper display of fractional seconds in interval values
when using --enable-integer-datetimes and a non-ISO datestyle.

Ron Mayer

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        datetime.c (r1.174.2.4 -> r1.174.2.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.174.2.4&r2=1.174.2.5)

pgsql-committers by date:

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