View Single Post

   
  #10 (permalink)  
Old 04-12-2008, 08:30 AM
Tom Lane
 
Posts: n/a
Default Re: Possible Bug: high CPU usage for stats collector in 8.2

Andrew Dunstan <andrew@dunslane.net> writes:
> This might all be OK - I just noticed it as I was looking at the
> problem, so I though I'd mention it.


I'm inclined to leave that code alone unless someone can point to a
platform where setting POLLERR in events actually causes a problem.
The pgstat code was modeled on libpq, which has been passing POLLERR
ever since its poll() support was written (for 7.4), so I think we
have lots of evidence that this way works everywhere, and none that
the other one does.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote