From: Heikki Linnakangas Date: Tue, 8 Oct 2013 00:49:08 +0000 (+0300) Subject: Oops. Unbreak the 9.1 build. X-Git-Tag: REL9_1_10~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d81855129ba6115fe27cf204ca2912f9369bfa47;p=postgresql Oops. Unbreak the 9.1 build. I forgot to "git add" latest changes after backpatching the changes for previous commit. --- diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 9e8de15d24..479853d99a 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 (;;) {