Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
55843: roachpb: track a few auto-generated files as binary files r=irfansharif a=irfansharif

Makes the `git` invocations a bit more useful.

Release note: None

55844: keys: update doc.go to include node tombstone key r=irfansharif a=irfansharif

Release note: None

Co-authored-by: irfan sharif <[email protected]>
  • Loading branch information
craig[bot] and irfansharif committed Oct 22, 2020
3 parents 40b7942 + bc95b48 + 0c740e3 commit 4019977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/keys/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ var _ = [...]interface{}{
StoreGossipKey, // "goss"
StoreHLCUpperBoundKey, // "hlcu"
StoreIdentKey, // "iden"
StoreNodeTombstoneKey, // "ntmb"
StoreLastUpKey, // "uptm"

// The global keyspace includes the meta{1,2}, system, system tenant SQL
Expand Down
2 changes: 2 additions & 0 deletions pkg/roachpb/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
batch_generated.go -diff
*_string.go -diff

0 comments on commit 4019977

Please sign in to comment.