pgsql: Add C comment that we will have to remove an exclusion constraint

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment that we will have to remove an exclusion constraint
Date: 2010-05-29 02:32:08
Message-ID: 20100529023208.F16AD7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add C comment that we will have to remove an exclusion constraint check
if we ever implement '<>' index opclasses.

Jeff Davis

Modified Files:
--------------
pgsql/src/backend/executor:
execUtils.c (r1.171 -> r1.172)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execUtils.c?r1=1.171&r2=1.172)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2010-05-29 02:34:14 Re: [COMMITTERS] pgsql: Update High Availability docs.
Previous Message Tom Lane 2010-05-28 20:02:32 pgsql: Abort a FETCH_COUNT-controlled query if we observe any I/O error