Re: Performance degradation in commit ac1d794 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Performance degradation in commit ac1d794
Date
Msg-id 20160321101057.sf2vyawxgclar6k4@alap3.anarazel.de
Whole thread Raw
In response to Re: Performance degradation in commit ac1d794  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Hi,m

On 2016-03-21 11:26:43 +0530, Amit Kapila wrote:
> LOG:  database system was shut down at 2016-03-21 11:17:13 IST
> LOG:  MultiXact member wraparound protections are now enabled
> LOG:  database system is ready to accept connections
> LOG:  autovacuum launcher started
> FATAL:  failed to set up event for socket: error code 10022
> LOG:  statistics collector process (PID 668) exited with exit code 1
> LOG:  autovacuum launcher process (PID 3868) was terminated by exception
> 0xC0000005
> HINT:  See C include file "ntstatus.h" for a description of the hexadecimal
> value.

We resolved this and two followup issues on IM; all localized issues.
Thanks again for the help!

I've attached two refreshed patches including the relevant fixes, and
the addition of a 'user_data' pointer to events; as desired by Thomas.

I plan to push these after some msvc animals turned green. We might want
to iterate on the API in some parts, but this will fix the regression,
and imo looks good.

Regards,

Andres

Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure)
Next
From: Tomas Vondra
Date:
Subject: Re: multivariate statistics v14