Re: Performance degradation in commit ac1d794

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila(at)huawei(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Васильев Дмитрий <d(dot)vasilyev(at)postgrespro(dot)ru>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Performance degradation in commit ac1d794
Date: 2016-03-18 14:44:07
Message-ID: CAA4eK1KuLwbPnx38SRMOpzTX25Xazk8_mLP0WO9o8pnC_FARNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 18, 2016 at 1:34 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
>
> Hi,
>
> On 2016-03-17 09:01:36 -0400, Robert Haas wrote:
> > 0001: Looking at this again, I'm no longer sure this is a bug.
> > Doesn't your patch just check the same conditions in the opposite
> > order?
>
> Which is important, because what's in what pfds[x] depends on
> wakeEvents. Folded it into a later patch; it's not harmful as long as
> we're only ever testing pfds[0].
>
>
> > 0003: Mostly boring. But the change to win32_latch.c seems to remove
> > an unrelated check.
>
> Argh.
>

+ * from inside a signal handler in latch_sigusr1_handler().

*

* Note: we assume that the kernel calls involved in drainSelfPipe()

* and SetLatch() will provide adequate synchronization on machines

* with weak memory ordering, so that we cannot miss seeing is_set if

* the signal byte is already in the pipe when we drain it.

*/

- drainSelfPipe();

-

Above part of comment looks redundant after this patch. I have done some
tests on Windows with 0003 patch which includes running the regressions
(vcregress check) and it passes. Will look into it tomorrow once again and
share if I find anything wrong with it, but feel to proceed if you want.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-03-18 14:55:02 Re: Pushdown target list below gather node (WAS Re: WIP: Upper planner pathification)
Previous Message Tom Lane 2016-03-18 14:44:06 Re: WIP: Upper planner pathification