Re: Patch: fix lock contention for HASHHDR.mutex - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Patch: fix lock contention for HASHHDR.mutex
Date
Msg-id 20151230144409.vrf6i2p7zvwez4xl@alap3.anarazel.de
Whole thread Raw
In response to Re: Patch: fix lock contention for HASHHDR.mutex  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Patch: fix lock contention for HASHHDR.mutex  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: Patch: fix lock contention for HASHHDR.mutex  (Oleg Bartunov <obartunov@gmail.com>)
List pgsql-hackers
On 2015-12-30 11:37:19 -0300, Alvaro Herrera wrote:
> Aleksander Alekseev wrote:
> 
> > Here is a funny thing - benchmark results I shared 22.12.2015 are wrong
> > because I forgot to run `make clean` after changing lwlock.h (autotools
> > doesn't rebuild project properly after changing .h files).
> 
> Running configure with --enable-depend should avoid this problem.

I still maintain that --enable-depend should be on by default. We're
absurdly optimizing towards saving a handful of cycles in scenarios
which are usually bottlenecked by other things (build boxes spend more
times on tests and such), rather than optimizing for developer time. I
don't know how many people failed setting --enable-depend by now, but it
definitely goes into several hundres of wasted ours territory.



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Patch: fix lock contention for HASHHDR.mutex
Next
From: Alvaro Herrera
Date:
Subject: Re: Patch: fix lock contention for HASHHDR.mutex