pgsql: Fix another couple of outdated comments for MERGE RETURNING. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Fix another couple of outdated comments for MERGE RETURNING.
Date
Msg-id E1sEPcQ-002vNc-8M@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: ci: windows: Use the same image for VS and MinGW tasks
Next
From: Dean Rasheed
Date:
Subject: pgsql: Fix PL/pgSQL's handling of integer ranges containing underscores