-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
61093: opt: support UPSERT with partial UNIQUE WITHOUT INDEX constraints r=mgartner a=mgartner This commit adds support for both `UPSERT` and `INSERT...ON CONFLICT...DO UPDATE` statements on tables with partial `UNIQUE WITHOUT INDEX` constraints. There is no release note because these constraints are gated behind the experimental_enable_unique_without_index_constraints session variable. Release note: None Release justification: This is required for supporting implicitly partitioned unique partial indexes. Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
5 changed files
with
1,057 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.