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)
commitcefe182533f38406e032b573dcf506c8da2b0faf
tree09712cdda22ecc90ca17b2c3ec40b45fb03e3dcb
parent1eaa48e998e20766d70ed80cf538f3871d1c562c
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