Don't superfluously materialize slot after DELETE from an FDW.
Previously that was needed to safely store the table oid, but after b8d71745eac0a127 that's not necessary anymore. Author: Andres Freund
This commit is contained in:
parent
8f0577386e
commit
253655116b
@ -655,7 +655,6 @@ ExecDelete(ModifyTableState *mtstate,
|
||||
*/
|
||||
if (TTS_EMPTY(slot))
|
||||
ExecStoreAllNullTuple(slot);
|
||||
ExecMaterializeSlot(slot);
|
||||
|
||||
slot->tts_tableOid = RelationGetRelid(resultRelationDesc);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user