Re: Vacuum statistics
Alena Rybakina <a.rybakina@postgrespro.ru>
From: Alena Rybakina <a.rybakina@postgrespro.ru>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Alexander Korotkov <aekorotkov@gmail.com>, Jim Nasby
<jnasby@upgrade.com>, Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>,
Kirill Reshke <reshkekirill@gmail.com>, Andrei Zubkov <zubkov@moonset.ru>,
Masahiko Sawada <sawada.mshk@gmail.com>,
Melanie Plageman <melanieplageman@gmail.com>,
jian he <jian.universality@gmail.com>, a.lepikhov@postgrespro.ru,
Sami Imseih <samimseih@gmail.com>
Date: 2025-02-27T18:00:29Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
- eaf502747bac 18.0 cited
Attachments
- v20-0001-Machinery-for-grabbing-an-extended-vacuum-statistics.patch (text/x-patch) patch v20-0001
- v20-0002-Machinery-for-grabbing-an-extended-vacuum-statistics.patch (text/x-patch) patch v20-0002
- v20-0003-Machinery-for-grabbing-an-extended-vacuum-statistics.patch (text/x-patch) patch v20-0003
- v20-0004-Add-documentation-about-the-system-views-that-are-us.patch (text/x-patch) patch v20-0004
Hi! On 17.02.2025 17:46, Alena Rybakina wrote: > On 04.02.2025 18:22, Alena Rybakina wrote: >> Hi! Thank you for your review! >> >> On 02.02.2025 23:43, Alexander Korotkov wrote: >>> On Mon, Jan 13, 2025 at 3:26 PM Alena Rybakina >>> <a.rybakina@postgrespro.ru> wrote: >>>> I noticed that the cfbot is bad, the reason seems to be related to >>>> the lack of a parameter in >>>> src/backend/utils/misc/postgresql.conf.sample. I added it, it >>>> should help. >>> The patch doesn't apply cleanly. Please rebase. >> I rebased them. > The patch needed a rebase again. There is nothing new since version > 18, only a rebase. The patch needed a new rebase. Sorry, but due to feeling unwell I picked up a patch from another thread and squashed the patch for vacuum statistics for indexes and heaps in the previous version. Now I fixed everything together with the rebase. -- Regards, Alena Rybakina Postgres Professional