Re: like pg_shmem_allocations, but fine-grained for DSM registry ?

From: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: like pg_shmem_allocations, but fine-grained for DSM registry ?
Date: 2025-06-04 18:03:03
Message-ID: 06A657BB-71DB-4B48-B107-969164F61727@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 4 Jun 2025, at 7:19 PM, Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
>
> On Wed, Jun 04, 2025 at 11:17:42AM +0300, Florents Tselai wrote:
>> Thanks; let's wait a bit to see if there're any objections.
>
> Would you mind combining the patches into just one patch? That's how I
> reviewed it, and that's how it would be committed.
>

This works ?

Attachment Content-Type Size
v4-0001-Add-pg_dsm_registry_allocations-system-view.patch application/octet-stream 8.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2025-06-04 18:08:17 Re: Allow CI to only run the compiler warnings task
Previous Message Jim Nasby 2025-06-04 17:59:18 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2