-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfortunately the usage of `Internal` in function APIs throws type safety out of the window. A handful of aggregate serialization functions were incorrectly implemented, and operated on the incorrect type, resulting in incorrect data in the serialized type. Fortunately, this serialization is only used when [partial aggregation] kicks in, so is not always triggered. [partial aggregation]: https://www.postgresql.org/docs/current/xaggr.html#XAGGR-PARTIAL-AGGREGATES
- Loading branch information
1 parent
1fa65a0
commit 36aec42
Showing
2 changed files
with
9 additions
and
7 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