git.postgresql.org Git - postgresql.git/commit
Tue, 5 Apr 2016 20:06:15 +0000 (16:06 -0400)
Tue, 5 Apr 2016 20:06:15 +0000 (16:06 -0400)
commit 41ea0c23761ca108e2f08f6e3151e3cb1f9652a1
Fix parallel-safety code for parallel aggregation.
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.
This is the main PostgreSQL git repository.
RSS
Atom