pgsql: Fix another couple of outdated comments for MERGE RETURNING.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix another couple of outdated comments for MERGE RETURNING.
Date: 2024-06-04 08:34:10
Message-ID: E1sEPcQ-002vNc-8M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix another couple of outdated comments for MERGE RETURNING.

Oversights in c649fa24a4 which added RETURNING support to MERGE.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c5bccef211cfc98e0d6c4bc1af40a33c8ac2488

Modified Files
--------------
src/backend/utils/adt/ruleutils.c | 2 +-
src/include/nodes/parsenodes.h | 2 +-
src/include/utils/portal.h | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-06-04 10:54:50 pgsql: Fix PL/pgSQL's handling of integer ranges containing underscores
Previous Message Andres Freund 2024-06-04 02:42:35 pgsql: ci: windows: Use the same image for VS and MinGW tasks