mirror of https://github.com/citusdata/citus.git
Ruleutils_17 Fix another couple of outdated comments for MERGE RETURNING.
Relevant PG commit:
5c5bccef211cfc98e0d6c4bc1af40a33c8ac2488
5c5bccef21
m3hm3t/pg17_isolation_test_cmd_from
parent
8e6dc39b80
commit
bd10f1ac1a
|
@ -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