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

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: 20090107225446.23588754A1B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-07 22:56:50 Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Previous Message Tom Lane 2009-01-07 22:40:49 pgsql: Create a third option named "partition" for constraint_exclusion,