pgsql: Fix typo in pg_stat_us_to_ms()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in pg_stat_us_to_ms()
Date: 2026-07-03 03:29:45
Message-ID: E1wfUb3-0018Fv-21@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in pg_stat_us_to_ms()

The function converts microseconds to milliseconds, but the parameter
name used "ms".

Thinko in ac8d53dae5ae.

Author: Tatsuya Kawata <kawatatatsuya0913(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHza6qfek15rehnA0GXMCpF2z=Gy6C+3vmcWCMVkU4JiRD8k7g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/71fa15af591a3ec61a6bf57fee3a44a7824fba19

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2026-07-03 03:31:25 pgsql: pgindent fix for commit 53e6f51ee
Previous Message Michael Paquier 2026-07-03 03:07:53 pgsql: Switch Get[Local]BufferDescriptor() to use a signed value in inp