-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PG16 got stricter about Datum vs. Pointer (#27)
PG16 got stricter about Datum vs. Pointer The compilation for tdigest got stricter with postgres 16, especially on shadowing variables. Therefore we need to undo the shadowing of `mean` and `i`. After some analysis the shadowing turned out to be 'useless' and thus the lines are removed. Close #25. --------- Co-authored-by: Nils Dijk <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 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