Ruleutils_17 Fix another couple of outdated comments for MERGE RETURNING.

Relevant PG commit:
5c5bccef211cfc98e0d6c4bc1af40a33c8ac2488
5c5bccef21

(cherry picked from commit bd10f1ac1a)
pull/7725/head
naisila 2024-07-25 16:39:08 +02:00
parent 5f6c181772
commit b7d17f5e3b
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()
* ----------