Skip to content

Commit d818551

Browse files
committed
Oops. Unbreak the 9.1 build.
I forgot to "git add" latest changes after backpatching the changes for previous commit.
1 parent 42c63ca commit d818551

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/access/heap/heapam.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,8 +1555,6 @@ heap_hot_search_buffer(ItemPointer tid, Relation relation, Buffer buffer,
15551555
offnum = ItemPointerGetOffsetNumber(tid);
15561556
at_chain_start = true;
15571557

1558-
heapTuple->t_self = *tid;
1559-
15601558
/* Scan through possible multiple members of HOT-chain */
15611559
for (;;)
15621560
{

0 commit comments

Comments
 (0)