diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-10-08 03:49:08 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-10-08 03:49:08 +0300 |
commit | d81855129ba6115fe27cf204ca2912f9369bfa47 (patch) | |
tree | aa44c4eef48af84e4d9bcfa5638a89c101285bfa | |
parent | 42c63cafb2af32795afa7dd5d3690186af313785 (diff) | |
download | postgresql-d81855129ba6115fe27cf204ca2912f9369bfa47.tar.gz postgresql-d81855129ba6115fe27cf204ca2912f9369bfa47.zip |
Oops. Unbreak the 9.1 build.
I forgot to "git add" latest changes after backpatching the changes
for previous commit.
-rw-r--r-- | src/backend/access/heap/heapam.c | 2 |
1 files changed, 0 insertions, 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 (;;) { |