pgsql: Fix a couple of outdated comments now that we have MERGE RETURNI - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Fix a couple of outdated comments now that we have MERGE RETURNI
Date
Msg-id E1s9z4q-001PSv-83@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Don't copy extended statistics during MERGE/SPLIT partition oper
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix column_name parameter in ALTER MATERIALIZED VIEW