Skip to content

Commit c270754

Browse files
Remove duplicate code in heap_prune_chain()
No need to set tuple tableOid twice Jim Nasby
1 parent 618c943 commit c270754

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/access/heap/pruneheap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ heap_prune_chain(Relation relation, Buffer buffer, OffsetNumber rootoffnum,
372372

373373
tup.t_data = htup;
374374
tup.t_len = ItemIdGetLength(rootlp);
375-
tup.t_tableOid = RelationGetRelid(relation);
376375
ItemPointerSet(&(tup.t_self), BufferGetBlockNumber(buffer), rootoffnum);
377376

378377
if (HeapTupleHeaderIsHeapOnly(htup))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy