-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
72483: kv: RangeKeyMismatchError cleanup. r=nvanbenschoten a=mneverov kv: RangeKeyMismatchError cleanup. Fixes #72399 72848: server: only sleep to ensure clock monotonicity on server restart r=nvanbenschoten a=nvanbenschoten This was broken in #72276 in an effort to fix a previous regression. It recovers the previous behavior of only sleeping when a server is being restarted, but doing so even if a max HLC upper bound has not been persisted. This fixes a regression in the speed of logic tests: ``` // before ok github.com/cockroachdb/cockroach/pkg/sql/opt/exec/execbuilder 53.891s // after ok github.com/cockroachdb/cockroach/pkg/sql/opt/exec/execbuilder 40.891s ``` 72888: pg_catalog: check UndefinedTable error code when looking up table r=otan a=rafiss I don't actually know how to get to this code path, but I'm adding this just in case as a companion to ac6415a which I added on release-21.2. Release note: None 72892: pg_catalog: fix pg_indexes so it respects intervalstyle r=otan a=rafiss Release note (bug fix): Previously, index definitions in pg_catalog.pg_indexes would not format intervals according to the intervalstyle session variable. This is fixed now. Co-authored-by: Max Neverov <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
10 changed files
with
305 additions
and
379 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
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
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
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
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.