mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
New HeapTuple structure/interface.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.22 1998/09/01 04:26:48 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.23 1998/11/27 19:51:31 vadim Exp $
|
||||
*
|
||||
* NOTES
|
||||
* This file contains only the public interface routines.
|
||||
@@ -216,7 +216,7 @@ hashbuild(Relation heap,
|
||||
continue;
|
||||
}
|
||||
|
||||
itup->t_tid = htup->t_ctid;
|
||||
itup->t_tid = htup->t_self;
|
||||
hitem = _hash_formitem(itup);
|
||||
res = _hash_doinsert(index, hitem);
|
||||
pfree(hitem);
|
||||
|
Reference in New Issue
Block a user