Re: pgsql: Introduce pg_shmem_allocations_numa view - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: pgsql: Introduce pg_shmem_allocations_numa view
Date
Msg-id 202602121635.kdy5xdbvxaqi@alvherre.pgsql
Whole thread Raw
In response to Re: pgsql: Introduce pg_shmem_allocations_numa view  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: pgsql: Introduce pg_shmem_allocations_numa view
List 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



pgsql-hackers by date:

Previous
From: Jim Jones
Date:
Subject: Re: Add CREATE SCHEMA ... LIKE support
Next
From: Noah Misch
Date:
Subject: Re: Encoding protection for pgcrypto