| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Robert Haas <rhaas(at)postgresql(dot)org> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages. |
| Date: | 2017-03-25 22:00:53 |
| Message-ID: | 16061.1490479253@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Robert Haas <rhaas(at)postgresql(dot)org> writes:
> Improve access to parallel query from procedural languages.
Mandrill has been failing since this patch went in, eg
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mandrill&dt=2017-03-25%2021%3A34%3A08
It doesn't seem to be a platform-specific problem: I can duplicate the
failure here by applying same settings mandrill uses, ie build with
-DRANDOMIZE_ALLOCATED_MEMORY and set force_parallel_mode = regress.
I doubt that the bug is directly in that patch; more likely it's
exposed a pre-existing bug in parallel logic related to triggers.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-03-25 22:04:09 | Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages. |
| Previous Message | Tom Lane | 2017-03-25 21:32:35 | pgsql: Re-adhere to policy of no more than 20 tests per parallel group. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-03-25 22:04:09 | Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages. |
| Previous Message | Tom Lane | 2017-03-25 21:37:20 | Re: Valgrind failures caused by multivariate stats patch |