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

From Dilip Kumar
Subject Re: Patch: fix lock contention for HASHHDR.mutex
Date
Msg-id CAFiTN-srHqMXRU-EO0EnzVEtwAqyqx=SX7YXWkdRotvN0SU_dw@mail.gmail.com
Whole thread
In response to Re: Patch: fix lock contention for HASHHDR.mutex  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Responses Re: Patch: fix lock contention for HASHHDR.mutex
List pgsql-hackers

On Fri, Jan 22, 2016 at 3:44 PM, Aleksander Alekseev <a.alekseev@postgrespro.ru> wrote:
This patch affects header files. By any chance didn't you forget to run
`make clean` after applying it? As we discussed above, when you
change .h files autotools doesn't rebuild dependent .c files:

Yes, actually i always compile using "make clean;make -j20; make install"
If you want i will run it again may be today or tomorrow and post the result.


--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Proposal: Trigonometric functions in degrees
Next
From: Corey Huinker
Date:
Subject: Add generate_series(date,date) and generate_series(date,date,integer)