We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3605898 commit 00bcb8aCopy full SHA for 00bcb8a
src/backend/access/nbtree/nbtsort.c
@@ -5,7 +5,7 @@
5
*
6
7
* IDENTIFICATION
8
- * $Id: nbtsort.c,v 1.11 1997/02/22 10:04:16 vadim Exp $
+ * $Id: nbtsort.c,v 1.12 1997/02/25 03:38:23 scrappy Exp $
9
10
* NOTES
11
@@ -171,7 +171,7 @@ _bt_isortcmp(BTSortKey *k1, BTSortKey *k2)
171
if ( _bt_inspool->isunique )
172
{
173
_bt_spooldestroy ((void*)_bt_inspool);
174
- elog (WARN, "Cannot insert a duplicate key into a unique index.");
+ elog (WARN, "Cannot create unique index. Table contains non-unique values");
175
}
176
return(0); /* 1 = 2 */
177
0 commit comments