pgsql: Fix recently added code for SQL years-months interval syntax so

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix recently added code for SQL years-months interval syntax so
Date: 2008-11-08 20:51:50
Message-ID: 20081108205150.0AAD37545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix recently added code for SQL years-months interval syntax so that
it behaves correctly for a leading minus sign, zero year value, and
nonzero month value. Per discussion with Ron Mayer.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.195 -> r1.196)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.195&r2=1.196)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-09 00:28:36 pgsql: Add a new GUC variable called "IntervalStyle" that decouples
Previous Message Tom Lane 2008-11-07 23:17:30 pgsql: Add some more citext test cases, per David Wheeler.