Re: pgsql: Introduce pg_shmem_allocations_numa view

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Tomas Vondra <tomas(at)vondra(dot)me>, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Christoph Berg <myon(at)debian(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Introduce pg_shmem_allocations_numa view
Date: 2026-02-12 16:43:47
Message-ID: 202602121635.kdy5xdbvxaqi@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2026-Feb-12, Heikki Linnakangas wrote:

> I just noticed that this (commit bf1119d74a: Add CHECK_FOR_INTERRUPTS into
> pg_numa_query_pages) made the function unusable in frontend programs,
> because CHECK_FOR_INTERRUPTS is server only. It's not used in frontend
> programs today, but it was placed in src/port/ with the idea that it could
> be.

Your patch LGTM.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"Ed is the standard text editor."
http://groups.google.com/group/alt.religion.emacs/msg/8d94ddab6a9b0ad3

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bertrand Drouvot 2026-02-12 17:23:49 Re: pgsql: Introduce pg_shmem_allocations_numa view
Previous Message Tom Lane 2026-02-12 15:53:46 Re: pgsql: Add file_extend_method=posix_fallocate,write_zeros.

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2026-02-12 16:47:12 Re: Encoding protection for pgcrypto
Previous Message Jim Jones 2026-02-12 16:40:16 Re: Add CREATE SCHEMA ... LIKE support