mirror of https://github.com/citusdata/citus.git
Ruleutils_17 Fix another couple of outdated comments for MERGE RETURNING.
Relevant PG commit: 5c5bccef211cfc98e0d6c4bc1af40a33c8ac2488pull/7725/head5c5bccef21
(cherry picked from commitbd10f1ac1a
)
parent
5f6c181772
commit
b7d17f5e3b
|
@ -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()
|
||||
* ----------
|
||||
|
|
Loading…
Reference in New Issue