Re: pgsql: Add support for basic NUMA awareness - Mailing list pgsql-committers

From Tomas Vondra
Subject Re: pgsql: Add support for basic NUMA awareness
Date
Msg-id 2fa11ead-c923-470e-be29-232509317904@vondra.me
Whole thread Raw
In response to Re: pgsql: Add support for basic NUMA awareness  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Re: pgsql: Add support for basic NUMA awareness
List pgsql-committers
On 4/16/25 18:34, Jacob Champion wrote:
> On Wed, Apr 16, 2025 at 9:30 AM Daniel Gustafsson <daniel@yesql.se> wrote:
>> It seems like this commit didn't run autoheader, which leaves a trivial diff in
>> pg_config.h.in carried over for future callers.  It doesn't change anuything
>> really as the HAVE_LIBNUMA macro isn't used, but for completeness sake we
>> should probably add it?
> 
> +1, I ran autoreconf during a rebase today and had to undo the new NUMA hunks :D
> 
> Your patch looks the same as what I'm carrying locally.
> 

Ah, I didn't notice the autoheader thing. The patch looks fine to me.
Daniel, do you intend to push it, or do you want me to do that?

regards

-- 
Tomas Vondra




pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump --clean with partitioned indexes.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Update pg_config.h.in with libnuma changes