Re: pgsql: Add support for basic NUMA awareness

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add support for basic NUMA awareness
Date: 2025-04-15 11:44:16
Message-ID: CF6D7D7F-E1C4-45BE-9019-0F4B4BC7C135@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> On 7 Apr 2025, at 23:18, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org> wrote:
>
> Add support for basic NUMA awareness

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?

--
Daniel Gustafsson

Attachment Content-Type Size
libnuma_autoheader.diff application/octet-stream 748 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-15 13:29:38 pgsql: pg_combinebackup: Fix incorrect code documentation
Previous Message Andrew Dunstan 2025-04-15 11:17:51 Re: pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore