Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct broken serialization #828

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Commits on Nov 13, 2024

  1. fix: correct broken serialization

    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
    JamesGuthrie committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d5e2dad View commit details
    Browse the repository at this point in the history