pgsql: Fix outdated comment in ExecDelete

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment in ExecDelete
Date: 2022-11-17 11:54:03
Message-ID: E1ovdT0-000av8-NM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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/commitdiff/cefe182533f38406e032b573dcf506c8da2b0faf

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-11-17 12:18:09 pgsql: Fix wording in comment
Previous Message Peter Eisentraut 2022-11-17 11:19:37 pgsql: Allow initdb to complete on systems without "locale" command