From 522d6f7045b0194eca44177c13d18e7f4865a79f Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Mon, 7 Apr 2025 15:22:43 +0200 Subject: [PATCH v26 2/7] review --- doc/src/sgml/installation.sgml | 7 ++++--- src/include/catalog/pg_proc.dat | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 8ebf0b03ec0..077bcc20759 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1161,7 +1161,8 @@ 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. @@ -2660,8 +2661,8 @@ ninja install Build with libnuma support for basic NUMA support. - Only supported on platforms for which the libnuma library is implemented. - The default for this option is auto. + Only supported on platforms for which the libnuma + library is implemented. The default for this option is auto. diff --git a/src/include/catalog/pg_proc.dat b/src/include/catalog/pg_proc.dat index dfc59ea0cc8..04834d130f9 100644 --- a/src/include/catalog/pg_proc.dat +++ b/src/include/catalog/pg_proc.dat @@ -8542,7 +8542,7 @@ proargnames => '{name,off,size,allocated_size}', prosrc => 'pg_get_shmem_allocations' }, -{ oid => '9685', descr => 'Is NUMA compilation available?', +{ oid => '9685', descr => 'Is NUMA support available?', proname => 'pg_numa_available', provolatile => 's', prorettype => 'bool', proargtypes => '', prosrc => 'pg_numa_available' }, -- 2.49.0