Re: shared-memory based stats collector

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: gkokolatos(at)protonmail(dot)com
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: shared-memory based stats collector
Date: 2020-12-21 08:16:20
Message-ID: 20201221.171620.552345946262489745.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Fri, 11 Dec 2020 16:50:03 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> - Fixed some silly bugs of WAL statistics.

- Conflicted with b3817f5f77. Rebased.

- Make sure to clean up local reference hash before detaching shared
stats memory. Forgetting this caused an assertion failure.

- Reduced the planned number of tests of pg_basebackup according to
the previous reduction made in the directory list in the script.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
v44-0001-sequential-scan-for-dshash.patch text/x-patch 8.8 KB
v44-0002-Add-conditional-lock-feature-to-dshash.patch text/x-patch 6.2 KB
v44-0003-Make-archiver-process-an-auxiliary-process.patch text/x-patch 17.7 KB
v44-0004-Shared-memory-based-stats-collector.patch text/x-patch 298.4 KB
v44-0005-Doc-part-of-shared-memory-based-stats-collector.patch text/x-patch 20.7 KB
v44-0006-Remove-the-GUC-stats_temp_directory.patch text/x-patch 13.6 KB
v44-0007-Exclude-pg_stat-directory-from-base-backup.patch text/x-patch 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message k.jamison@fujitsu.com 2020-12-21 08:20:44 RE: libpq debug log
Previous Message Michael Paquier 2020-12-21 07:58:59 Re: Dependency isn't created between extension and schema