]> granicus.if.org Git - postgresql/commitdiff
Oops. Unbreak the 9.1 build.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 8 Oct 2013 00:49:08 +0000 (03:49 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 8 Oct 2013 00:49:08 +0000 (03:49 +0300)
I forgot to "git add" latest changes after backpatching the changes
for previous commit.

src/backend/access/heap/heapam.c

index 9e8de15d240fc76d445d8ee881018f1aacf277e9..479853d99a171ec0bd7391a7e891ac86bc387944 100644 (file)
@@ -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 (;;)
        {