FINALFUNC_MODIFY set to shareable? #104
davidkohn88
started this conversation in
Bugs / Internal Improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Several aggregates should probably have the FINALFUNC_MODIFY flag (https://www.postgresql.org/docs/12/sql-createaggregate.html#SQL-CREATEAGGREGATE-NOTES) set to SHAREABLE in the create aggregate call...this is mostly to prevent them being used in window functions when they will have potentially odd behaviors...I think we should talk about a) whether we need to do this and b) which functions we need to do it for.
Beta Was this translation helpful? Give feedback.
All reactions