You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Fix parallel-safety code for parallel aggregation.
has_parallel_hazard() was ignoring the proparallel markings foraggregates, which is no good. Fix that. There was no way to markan aggregate as actually being parallel-safe, either, so add aPARALLEL option to CREATE AGGREGATE.Patch by me, reviewed by David Rowley.