pgtesttiming.sgml, FreeBSD command output - Mailing list pgsql-docs

From Josh Kupershmidt
Subject pgtesttiming.sgml, FreeBSD command output
Date
Msg-id CAK3UJRHJvGJZW80S3=5HJ0TMG5QmkXH5YaTS2K_0-9kQKP-a5g@mail.gmail.com
Whole thread Raw
Responses Re: pgtesttiming.sgml, FreeBSD command output  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
I noticed this little snippet claiming to be output on FreeBSD in
pgtesttiming.sgml:

<screen>
dmesg | grep "Timecounter"
sysctl kern.timecounter.hardware=TSC
</screen>

First, grep is case-sensitive by default, so that line of output
shouldn't have matched at all, right? Second, if I actually try the
above command on a FreeBSD 9 VM I have, I get (copying by hand, since
I can't seem to copy-and-paste out of this VM without X, please excuse
any typos):

Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
Timecounter "i8254" frequency 1193182 Hz quality 0
Timecounters tick every 10.000 msec
Timecounter "TSC" frequency 2531787134 Hz quality 800

Anyway, if the original "sysctl ..." output is valid for a FreeBSD
machine, maybe only the grep command needs to be fixed (i.e. to "grep
-i ...") ?

Josh

pgsql-docs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: fix for typos in "Reliability and the Write-ahead Log"
Next
From: Peter Eisentraut
Date:
Subject: Re: pgtesttiming.sgml, FreeBSD command output