pgsql: Correctly explain units used by function-timing stats functions.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correctly explain units used by function-timing stats functions.
Date: 2012-04-05 15:52:18
Message-ID: E1SFoyw-00078p-MP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correctly explain units used by function-timing stats functions.

The views are in milliseconds, but the raw functions return
microseconds.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/97e26dc66d47624bdbdee1dbd007a0f4212defcb

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-04-05 17:05:22 pgsql: Update obsolete comment.
Previous Message Robert Haas 2012-04-05 15:46:01 pgsql: Expose track_iotiming data via the statistics collector.