Skip to content

Commit 2536551

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

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)
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