Re: Logging parallel worker draught

From: Benoit Lobréau <benoit(dot)lobreau(at)dalibo(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: "Imseih (AWS), Sami" <simseih(at)amazon(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>
Subject: Re: Logging parallel worker draught
Date: 2024-10-11 23:16:53
Message-ID: fbf19680-ce74-4f27-a890-e427ab330411@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This is a rebased version.

I have split queries, vacuum and index creation in different patches.
I have also split the declartion that are in common with the
pg_stat_database patch.

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

Attachment Content-Type Size
V3_0005-Implements-logging-for-parallel-worker-usage-in-quer.patch text/x-patch 4.3 KB
V3_0004-Implements-logging-for-parallel-worker-usage-in-vacu.patch text/x-patch 1.1 KB
V3_0003-Setup-counters-for-parallel-vacuums.patch text/x-patch 1.5 KB
V3_0002-Implements-logging-for-parallel-worker-usage-in-inde.patch text/x-patch 2.1 KB
V3_0001-Add-a-guc-for-parallel-worker-logging.patch text/x-patch 5.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2024-10-11 23:29:12 Re: Avoiding superfluous buffer locking during nbtree backwards scans
Previous Message Benoit Lobréau 2024-10-11 23:14:54 Re: Parallel workers stats in pg_stat_database