forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
82925: batcheval: allow writing tombstones in `AddSSTable` r=aliher1911 a=erikgrinaker This patch allows writing MVCC point tombstones in `AddSSTable`, which will be needed by cluster-to-cluster replication. Previously, SSTs containing tombstones could error or be silently accepted. The version gate `AddSSTableTombstones` has been added to allow clients to rely on this behavior. Note that `AddSSTable` has never made any attempt at correctly calculating `MVCCStats.GCBytesAge` when shadowing existing data, and this patch does not attempt to either. This will be addressed later. Resolves cockroachdb#82922. Touches cockroachdb#82920. Release note: None 82952: builtins: add pg_backend_pid() r=otan a=rafiss fixes cockroachdb#82564 Release note (sql change): Updated the pg_backend_pid() builtin function so it matches with the data in the query cancellation key created during session initialization. The function is just for compatibility, and it does not return a real process ID. Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
15 changed files
with
170 additions
and
94 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.