From 818d26ab70af3f7d1a653fae64c02b3d140ae880 Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Thu, 3 Apr 2025 11:58:34 +0200 Subject: [PATCH v22 2/7] review --- configure | 2 +- doc/src/sgml/installation.sgml | 2 +- src/include/pg_config.h.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index bea359812d4..969de1bbeb2 100755 --- a/configure +++ b/configure @@ -1594,7 +1594,7 @@ Optional Packages: --with-uuid=LIB build contrib/uuid-ossp using LIB (bsd,e2fs,ossp) --with-ossp-uuid obsolete spelling of --with-uuid=ossp --with-libcurl build with libcurl support - --with-libnuma build with libnuma for NUMA awareness + --with-libnuma build with libnuma support --with-libxml build with XML support --with-libxslt use XSLT support when building contrib/xml2 --with-system-tzdata=DIR diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 5f0486bb335..ca6fbab065a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1161,7 +1161,7 @@ build-postgresql: Build with libnuma support for basic NUMA support. - Only supported on platforms for which the libnuma library is implemented. + Only supported on platforms for which the libnuma library is implemented. diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index b7144cbf32f..a31289cd1da 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -676,7 +676,7 @@ /* Define to 1 to build with libcurl support. (--with-libcurl) */ #undef USE_LIBCURL -/* Define to 1 to build with NUMA awareness support. (--with-libnuma) */ +/* Define to 1 to build with NUMA support. (--with-libnuma) */ #undef USE_LIBNUMA /* Define to build with io_uring support. (--with-liburing) */ -- 2.49.0