pgsql: Fix a couple of outdated comments now that we have MERGE RETURNI

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a couple of outdated comments now that we have MERGE RETURNI
Date: 2024-05-23 03:25:12
Message-ID: E1s9z4q-001PSv-83@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a couple of outdated comments now that we have MERGE RETURNING

This has been supported since c649fa24a.

Discussion: https://postgr.es/m/CAApHDvpqp6vtUzG-_josUEiBGyqnrnVxJ-VdF+hJLXjHdHzsyQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8559252095e17c3cf25a28921a6ef8a14e769519

Modified Files
--------------
src/include/nodes/plannodes.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-05-23 04:04:03 pgsql: doc: Fix column_name parameter in ALTER MATERIALIZED VIEW
Previous Message Alexander Korotkov 2024-05-22 23:35:03 pgsql: Fix the name collision detection in MERGE/SPLIT partition operat