Re: postgresql and process titles - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: postgresql and process titles
Date
Msg-id 20060613192153.GW34196@pervasive.com
Whole thread Raw
In response to Re: postgresql and process titles  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: postgresql and process titles
List pgsql-hackers
On Tue, Jun 13, 2006 at 02:10:15PM -0400, Bruce Momjian wrote:
> Jim C. Nasby wrote:
> > FWIW, getting turning off stats_command_string substantially reduced
> > this contention, so it appears the issue is somewhere in the stats code.
> > This code sends stats messages to a different process via a socket (or
> > is it UDP?), with the intention that if the system gets heavily loaded
> > we'll lose some stats in the interest of not bogging down all the
> > backends. It seems that doesn't work so hot on FreeBSD. :(
> 
> I am working on a patch for 8.2 to fix that for all platforms.

Excellent. Did I miss discussion of that or have you not mentioned it?
I'm curious as to how you're fixing it...
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: postgresql and process titles
Next
From: Bruce Momjian
Date:
Subject: Re: postgresql and process titles