]> granicus.if.org Git - postgresql/commit
Don't superfluously materialize slot after DELETE from an FDW.
authorAndres Freund <andres@anarazel.de>
Thu, 28 Feb 2019 21:57:49 +0000 (13:57 -0800)
committerAndres Freund <andres@anarazel.de>
Thu, 28 Feb 2019 22:54:12 +0000 (14:54 -0800)
commit253655116bb437d649203a5a87105e885e4b08f9
tree9e3b8a7cb686c1e525078b285f501715fc053143
parent8f0577386e68c3b1c83a07b95756e5ee3f4ae73f
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
src/backend/executor/nodeModifyTable.c