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

From Jacob Champion
Subject Re: pgsql: Add support for basic NUMA awareness
Date
Msg-id CAOYmi+=edeujaO9AQ-JxjkWyQgcVV3v7rv2E_Mvn1GP_WN6pOw@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add support for basic NUMA awareness  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pgsql: Add support for basic NUMA awareness
List pgsql-committers
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.

Thanks,
--Jacob



pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: pg_restore cleanups
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump --clean with partitioned indexes.