Fix outdated comment in ExecDelete
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Nov 2022 11:52:20 +0000 (12:52 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Nov 2022 11:52:20 +0000 (12:52 +0100)
commit01755490cfa196ddc415308ab5aed8cc45fbaaad
tree117aaf632825e6ec7cb2d0271d0cc0dce8076d21
parentaf3abca029b39ae6bdb683a758b11375e9839631
Fix outdated comment in ExecDelete

This commend references a struct that disappeared before MERGE was
merged ... and ExecDelete is not called by the committed MERGE anyway.
Revert to the original wording.

Backpatch to 15
src/backend/executor/nodeModifyTable.c