From d81855129ba6115fe27cf204ca2912f9369bfa47 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 8 Oct 2013 03:49:08 +0300 Subject: [PATCH] Oops. Unbreak the 9.1 build. I forgot to "git add" latest changes after backpatching the changes for previous commit. --- src/backend/access/heap/heapam.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 9e8de15d240..479853d99a1 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -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 (;;) {