Re: log_checkpoints, microseconds

From: Greg Stark <stark(at)mit(dot)edu>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>, Peter Geoghegan <pg(at)heroku(dot)com>
Subject: Re: log_checkpoints, microseconds
Date: 2014-04-10 18:45:53
Message-ID: CAM-w4HPNdfivUqROG5T-zEr8+kLsgTX-fChiX5dXdfYP+hGwhg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Apr 10, 2014 at 2:03 AM, John R Pierce <pierce(at)hogranch(dot)com> wrote:
> thats just for the log, and you'll note it says "%.3f msec" in the entry.

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.

--
greg

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Geoghegan 2014-04-10 19:10:31 Re: log_checkpoints, microseconds
Previous Message Bruce Momjian 2014-04-10 12:11:08 Re: BUG #8695: Reloading dump fails at COMMENT ON EXTENSION plpgsql