Re: pgsql: Add support for basic NUMA awareness

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add support for basic NUMA awareness
Date: 2025-04-16 16:34:28
Message-ID: CAOYmi+=edeujaO9AQ-JxjkWyQgcVV3v7rv2E_Mvn1GP_WN6pOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Apr 16, 2025 at 9:30 AM Daniel Gustafsson <daniel(at)yesql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-04-16 17:32:09 pgsql: Fix pg_dump --clean with partitioned indexes.
Previous Message Andrew Dunstan 2025-04-16 16:17:53 Re: pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore