cockroachdb / cockroachdb/docs
Feedback: INT8 precision for lower range is incorrect
Open
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Page: https://www.cockroachlabs.com/docs/v24.2/int.html#names-and-aliases
as per [slack](https://cockroachlabs.slack.com/archives/CHVV403F0/p1723562728682739), the range of a INT8 should be int `-(2**63)` and not `-(2**63) + 1`.
It also helps if you add the above calculation so you know how that big number came about.
Jira issue: DOC-10918
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.