Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc270754

Browse files
Remove duplicate code in heap_prune_chain()
No need to set tuple tableOid twiceJim Nasby
1 parent618c943 commitc270754

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)

[8]ページ先頭

©2009-2025 Movatter.jp