1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Oops. Unbreak the 9.1 build.

I forgot to "git add" latest changes after backpatching the changes
for previous commit.
This commit is contained in:
Heikki Linnakangas
2013-10-08 03:49:08 +03:00
parent 42c63cafb2
commit d81855129b

View File

@ -1555,8 +1555,6 @@ heap_hot_search_buffer(ItemPointer tid, Relation relation, Buffer buffer,
offnum = ItemPointerGetOffsetNumber(tid); offnum = ItemPointerGetOffsetNumber(tid);
at_chain_start = true; at_chain_start = true;
heapTuple->t_self = *tid;
/* Scan through possible multiple members of HOT-chain */ /* Scan through possible multiple members of HOT-chain */
for (;;) for (;;)
{ {