Re: cvs tip - stats buffer process consuming 100% cpu - Mailing list pgsql-hackers

From Tom Lane
Subject Re: cvs tip - stats buffer process consuming 100% cpu
Date
Msg-id 19752.1136321471@sss.pgh.pa.us
Whole thread Raw
In response to Re: cvs tip - stats buffer process consuming 100% cpu  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The only guess I have is that select() is modifying the timeout
> structure on return, but I didn't think it did that, does it?

You shouldn't assume so; I think it does on some platforms.  The Single
Unix Spec says
On successful completion, the object pointed to by the timeoutargument may be modified. 
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jon Jensen
Date:
Subject: Re: Why don't we allow DNS names in pg_hba.conf?
Next
From: "Jim C. Nasby"
Date:
Subject: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and