|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/backend/executor/execUtils.c,v 1.171 2010/02/26 02:00:41 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/executor/execUtils.c,v 1.172 2010/05/29 02:32:08 momjian Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -1310,7 +1310,8 @@ check_exclusion_constraint(Relation heap, Relation index, IndexInfo *indexInfo,
|
1310 | 1310 |
|
1311 | 1311 | /*
|
1312 | 1312 | * We should have found our tuple in the index, unless we exited the loop
|
1313 |
| - * early because of conflict. Complain if not. |
| 1313 | + * early because of conflict. Complain if not. If we ever implement |
| 1314 | + * '<>' index opclasses, this check will fail and will have to be removed. |
1314 | 1315 | */
|
1315 | 1316 | if (!found_self&& !conflict)
|
1316 | 1317 | ereport(ERROR,
|
|