Re: Improve monitoring of shared memory allocations

From: Rahila Syed <rahilasyed90(at)gmail(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Tomas Vondra <tomas(at)vondra(dot)me>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improve monitoring of shared memory allocations
Date: 2026-02-10 12:17:42
Message-ID: CAH2L28sbju1ybSyhKRsuc3cjDamz6QyU4VOB+45djDvv-9arvA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

> Was this forgotten, superseded, abandoned, or should it still be under
> consideration?
> https://commitfest.postgresql.org/patch/5620/

This hasn't been forgotten; I just haven't had a chance to address the
comments
about improving test coverage yet. I think it is still possible to make
this work for
shared hash tables. I will try to rebase and add some tests before the next
commitfest.

Thank you,
Rahila Syed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message abdelsalam mostafa 2026-02-10 12:40:18 PL/Julia: clarification on IN array parameters issue
Previous Message Álvaro Herrera 2026-02-10 12:02:36 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2