pgsql: Fix outdated comment in ExecDelete

2022-11-17 Thread Alvaro Herrera
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/commitd

pgsql: Fix outdated comment in ExecDelete

2022-11-17 Thread Alvaro Herrera
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 -- REL_15_STABLE Details --- https://git.postgresql.org/pg/