mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
Update some comments that should've covered MERGE
Oversight in 7103ebb7aa
. Backpatch to 15.
Author: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/CAMbWs48gnDjZXq3-b56dVpQCNUJ5hD9kdtWN4QFwKCEapspNsA@mail.gmail.com
This commit is contained in:
@@ -609,7 +609,7 @@ expand_single_inheritance_child(PlannerInfo *root, RangeTblEntry *parentrte,
|
||||
|
||||
/*
|
||||
* If we are creating a child of the query target relation (only possible
|
||||
* in UPDATE/DELETE), add it to all_result_relids, as well as
|
||||
* in UPDATE/DELETE/MERGE), add it to all_result_relids, as well as
|
||||
* leaf_result_relids if appropriate, and make sure that we generate
|
||||
* required row-identity data.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user