Bug#506196: [postgresql] Proposed patches to avoid useless wakeups

2011-09-03 Thread Christoph Berg
Re: Adrien Clerc 2011-09-03 <4e620a3b.6010...@antipoul.fr> > These are clearly not final patches. They work for me, that's it. > Especially, the second patch should be tested in case when the > postmaster crashes unexpectedly. > The first patch removes sleep cuts for any platform other than > WIN32

Bug#506196: [postgresql] Proposed patches to avoid useless wakeups

2011-09-03 Thread Adrien Clerc
Package: postgresql Version: 9.0.4 Tags: patch --- Please enter the report below this line. --- Hi, I see this is a longstanding issue. Of course, you can configure walwriter and bgwriter to sleep for 10s. However, because in some platforms, select doesn't react to signals, these sleeps have b