Re: Parallel workers stats in pg_stat_database

From: Benoit Lobréau <benoit(dot)lobreau(at)dalibo(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel workers stats in pg_stat_database
Date: 2024-10-11 23:14:54
Message-ID: 80d3e061-d720-4514-bd4f-c3235cd01adb@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/11/24 09:33, Guillaume Lelarge wrote:
> FWIW, with the recent commits of the pg_stat_statements patch, you need
> a slight change in the patch I sent on this thread. You'll find a patch
> attached to do that. You need to apply it after a rebase to master.

Thanks.

Here is an updated version, I modified it to:

* have the same wording in the doc and code (planned => to_launch)
* split de declaration from the rest (and have the same code as the
parallel worker logging patch)

--
Benoit Lobréau
Consultant
http://dalibo.com

Attachment Content-Type Size
V6_0003-Adds-two-parallel-workers-stat-columns-for-utilities.patch text/x-patch 13.0 KB
V6_0002-Setup-counters-for-parallel-vacuums.patch text/x-patch 1.5 KB
V6_0001-Adds-two-parallel-workers-stat-columns-to-pg_stat_da.patch text/x-patch 10.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Benoit Lobréau 2024-10-11 23:16:53 Re: Logging parallel worker draught
Previous Message Jeff Davis 2024-10-11 23:10:34 Re: Statistics Import and Export