Thread: pgsql: Fix improper display of fractional seconds in interval values

pgsql: Fix improper display of fractional seconds in interval values

From
tgl@postgresql.org (Tom Lane)
Date:
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_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        datetime.c (r1.160.2.6 -> r1.160.2.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.160.2.6&r2=1.160.2.7)