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

Commit2536551

Browse files
committed
Don't superfluously materialize slot after DELETE from an FDW.
Previously that was needed to safely store the table oid, but afterb8d7174 that's not necessary anymore.Author: Andres Freund
1 parent8f05773 commit2536551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/executor/nodeModifyTable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ ExecDelete(ModifyTableState *mtstate,
655655
*/
656656
if (TTS_EMPTY(slot))
657657
ExecStoreAllNullTuple(slot);
658-
ExecMaterializeSlot(slot);
659658

660659
slot->tts_tableOid=RelationGetRelid(resultRelationDesc);
661660
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp