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

From Bruce Momjian
Subject Re: postgresql and process titles
Date
Msg-id 200606131810.k5DIAFW25194@candle.pha.pa.us
Whole thread Raw
In response to Re: postgresql and process titles  ("Jim C. Nasby" <jnasby@pervasive.com>)
Responses Re: postgresql and process titles  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-hackers
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.

--  Bruce Momjian   http://candle.pha.pa.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Running a query twice to ensure cached results.
Next
From: "Jim C. Nasby"
Date:
Subject: Re: postgresql and process titles