Re: [PATCH] Change wait_time column of pg_stat_lock to double precision

From: Tatsuya Kawata <kawatatatsuya0913(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Change wait_time column of pg_stat_lock to double precision
Date: 2026-07-01 15:28:16
Message-ID: CAHza6qfhFrHzU2nt9rg_Gsy4Ui0NZCWO9wEBmfJZ5Zm3jH1V5Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Michael-san,

Sorry for the late reply.

> And backpatched down to v19, catversion bump oblige.
> So I have just switched the code to use PgStat_Counter.
Thanks for picking this up and committing it, and also for catching the
long overflow issue on Win32 along the way.

Thanks also to Bertrand-san and Horiguchi-san for the review and discussion.

Regards,
Tatsuya Kawata

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message AGGOUNE, Yanis 2026-07-01 15:35:41 auto_explain: limit large values printed in VERBOSE plan Output
Previous Message Antonin Houska 2026-07-01 15:24:37 Re: Allow progress tracking of sub-commands