pgsql: Fix integral timestamps so the output is consistent in all cases

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix integral timestamps so the output is consistent in all cases
Date: 2008-09-24 19:46:44
Message-ID: 20080924194644.98F727545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix integral timestamps so the output is consistent in all cases to
round:

select interval '0:0:0.7', interval '@ 0.70 secs', interval '0.7
seconds';

Ron Mayer

Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.193 -> r1.194)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.193&r2=1.194)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-09-24 19:51:23 pgsql: Add documentation about when trigger values NEW/OLD return NULL.
Previous Message Heikki Linnakangas 2008-09-24 19:35:28 Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.