mirror of
https://github.com/postgres/postgres.git
synced 2025-11-29 23:43:17 +03:00
has_parallel_hazard() was ignoring the proparallel markings for aggregates, which is no good. Fix that. There was no way to mark an aggregate as actually being parallel-safe, either, so add a PARALLEL option to CREATE AGGREGATE. Patch by me, reviewed by David Rowley.
17 KiB
17 KiB