mirror of
https://github.com/postgres/postgres.git
synced 2025-11-01 21:31:19 +03:00
Wups, managed to break ANALYZE with one aspect of that heap_fetch change.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.91 2002/05/24 18:57:55 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.92 2002/05/24 19:52:43 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -248,7 +248,7 @@ _bt_check_unique(Relation rel, BTItem btitem, Relation heapRel,
|
||||
elog(ERROR, "Cannot insert a duplicate key into unique index %s",
|
||||
RelationGetRelationName(rel));
|
||||
}
|
||||
else
|
||||
else if (htup.t_data != NULL)
|
||||
{
|
||||
/*
|
||||
* Hmm, if we can't see the tuple, maybe it can be
|
||||
|
||||
Reference in New Issue
Block a user