We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cabe8c + 9621134 commit 8fb2f86Copy full SHA for 8fb2f86
pkg/sql/opt/ops/mutation.opt
@@ -292,7 +292,4 @@ define UniqueChecksItemPrivate {
292
# KeyCols are the columns in the Check query that form the value tuple shown
293
# in the error message.
294
KeyCols ColList
295
-
296
- # OpName is the name that should be used for this check in error messages.
297
- OpName string
298
}
pkg/sql/opt/optbuilder/mutation_builder_unique.go
@@ -392,7 +392,6 @@ func (h *uniqueCheckHelper) buildInsertionCheck() memo.UniqueChecksItem {
392
Table: h.mb.tabID,
393
CheckOrdinal: h.uniqueOrdinal,
394
KeyCols: keyCols,
395
- OpName: h.mb.opName,
396
})
397
398
0 commit comments