mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Oops. Unbreak the 9.1 build.
I forgot to "git add" latest changes after backpatching the changes for previous commit.
This commit is contained in:
@ -1555,8 +1555,6 @@ heap_hot_search_buffer(ItemPointer tid, Relation relation, Buffer buffer,
|
||||
offnum = ItemPointerGetOffsetNumber(tid);
|
||||
at_chain_start = true;
|
||||
|
||||
heapTuple->t_self = *tid;
|
||||
|
||||
/* Scan through possible multiple members of HOT-chain */
|
||||
for (;;)
|
||||
{
|
||||
|
Reference in New Issue
Block a user