Ruleutils_17 Fix another couple of outdated comments for MERGE RETURNING.

Relevant PG commit:
5c5bccef211cfc98e0d6c4bc1af40a33c8ac2488
5c5bccef21
m3hm3t/pg17_isolation_test_cmd_from
naisila 2024-07-25 16:39:08 +02:00
parent 8e6dc39b80
commit bd10f1ac1a
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
1 changed files with 1 additions and 1 deletions

View File

@ -2665,7 +2665,7 @@ get_basic_select_query(Query *query, deparse_context *context,
/* ----------
* get_target_list - Parse back a SELECT target list
*
* This is also used for RETURNING lists in INSERT/UPDATE/DELETE.
* This is also used for RETURNING lists in INSERT/UPDATE/DELETE/MERGE.
*
* resultDesc and colNamesVisible are as for get_query_def()
* ----------