Thread: pgsql: Fix outdated comment in ExecDelete

pgsql: Fix outdated comment in ExecDelete

From
Alvaro Herrera
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01755490cfa196ddc415308ab5aed8cc45fbaaad

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)