mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +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:
@@ -3613,7 +3613,8 @@ create_lockrows_path(PlannerInfo *root, RelOptInfo *rel,
|
||||
|
||||
/*
|
||||
* create_modifytable_path
|
||||
* Creates a pathnode that represents performing INSERT/UPDATE/DELETE mods
|
||||
* Creates a pathnode that represents performing INSERT/UPDATE/DELETE/MERGE
|
||||
* mods
|
||||
*
|
||||
* 'rel' is the parent relation associated with the result
|
||||
* 'subpath' is a Path producing source data
|
||||
|
Reference in New Issue
Block a user