Re: Fix typos and inconsistencies for HEAD (take 7) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix typos and inconsistencies for HEAD (take 7)
Date
Msg-id 28139.1563768879@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix typos and inconsistencies for HEAD (take 7)  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Fix typos and inconsistencies for HEAD (take 7)  (Alexander Lakhin <exclusion@gmail.com>)
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> On Sun, Jul 21, 2019 at 08:28:53AM +0300, Alexander Lakhin wrote:
>> And another finding is related to the sleep effective resolution. `man 7
>> time` says "Since kernel 2.6.13, the HZ value is a kernel configuration 
>> parameter  and  can  be 100, 250 (the default) ...", so the 10
>> milliseconds is not the most common effective resolution nowadays.
>> I propose the corresponding patch for pgsleep.c, but we have a similar
>> statement in doc/.../config.sgml. I think It should be fixed too.

> Fixing both places sounds adapted to me.  An alternative we could use
> here is just to say something like that:
> The effective resolution is only 1/HZ, which can be configured with
> kernel parameter (see man 7 time), and is 4 milliseconds by
> default.

Whatever we say here is going to be a lie on some platforms.

Probably best just to say that the sleep resolution is platform-dependent
and leave it at that.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add parallelism and glibc dependent only options to reindexdb
Next
From: Alexander Lakhin
Date:
Subject: Re: Fix typos and inconsistencies for HEAD (take 7)