pgsql: Fix outdated comment in ExecDelete - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix outdated comment in ExecDelete
Date
Msg-id E1ovdT0-000av8-NM@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Allow initdb to complete on systems without "locale" command
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix wording in comment