pgsql: Add comment about why BETWEEN uses operator strings and not

Lists: pgsql-committers
From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment about why BETWEEN uses operator strings and not
Date: 2009-01-07 22:54:46
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Add comment about why BETWEEN uses operator strings and not opclasses,
with URL pointing to email discussion.

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.651 -> r2.652)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.651&r2=2.652)