pgsql: Update pg_config.h.in with libnuma changes

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update pg_config.h.in with libnuma changes
Date: 2025-04-16 18:22:28
Message-ID: E1u57P2-000Mfm-1A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update pg_config.h.in with libnuma changes

Add macros from autoheader which were accidentally omitted in
commit 65c298f61fc. There is no function change by this as no
code is currently using the missing macro.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/CF6D7D7F-E1C4-45BE-9019-0F4B4BC7C135@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1fd3566ebc1fa626e0fa9bc0265542fd0638d39a

Modified Files
--------------
src/include/pg_config.h.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-16 18:25:01 Re: pgsql: Add support for basic NUMA awareness
Previous Message Tomas Vondra 2025-04-16 18:15:13 Re: pgsql: Add support for basic NUMA awareness