Re: log_checkpoints, microseconds

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Greg Stark <stark(at)mit(dot)edu>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: log_checkpoints, microseconds
Date: 2014-04-10 19:10:31
Message-ID: CAM3SWZT-tVb7Vk8RO98wq=1NHcrSWiC0dfatrKeEWPs-rkLLng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Apr 10, 2014 at 11:45 AM, Greg Stark <stark(at)mit(dot)edu> wrote:
> I think his point is that to go from microseconds to msec (which I
> think should just be "ms" btw) you want to multiply by 1000 not
> divide.

Right. Or just use the INSTR_TIME_GET_MILLISEC() macro to begin with,
and do neither.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-04-10 19:20:15 Re: log_checkpoints, microseconds
Previous Message Greg Stark 2014-04-10 18:45:53 Re: log_checkpoints, microseconds