pgsql: Add C comment about why we don't spell out "month" in interval v

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment about why we don't spell out "month" in interval v
Date: 2011-05-25 04:00:17
Message-ID: E1QP5Gb-0006IM-JX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add C comment about why we don't spell out "month" in interval values.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0711a8b2b340ee0b0a7fd7ea2ac0fa6aee4708ae

Modified Files
--------------
src/backend/utils/adt/datetime.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-05-25 04:21:42 pgsql: Convert builddoc.bat into a perl script that actually works.
Previous Message Hitoshi Harada 2011-05-25 02:01:46 Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.