diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-04-05 16:06:15 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-04-05 16:06:15 -0400 |
commit | 41ea0c23761ca108e2f08f6e3151e3cb1f9652a1 (patch) | |
tree | 7872e32b41314042e081bb8435379e55d5148cff /contrib/postgres_fdw/postgres_fdw.c | |
parent | 09adc9a8c09c9640de05c7023b27fb83c761e91c (diff) | |
download | postgresql-41ea0c23761ca108e2f08f6e3151e3cb1f9652a1.tar.gz postgresql-41ea0c23761ca108e2f08f6e3151e3cb1f9652a1.zip |
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.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions