Don't superfluously materialize slot after DELETE from an FDW.

Andres Freund <andres@anarazel.de>

Commit: 253655116bb437d649203a5a87105e885e4b08f9
Author: Andres Freund <andres@anarazel.de>
Date: 2019-02-28T22:54:12Z
Releases: 12.0
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

Files

PathChange+/−
src/backend/executor/nodeModifyTable.c modified +0 −1