v26-0002-review.patch
text/x-patch
Filename: v26-0002-review.patch
Type: text/x-patch
Part: 1
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v26-0002
Subject: review
| File | + | − |
|---|---|---|
| doc/src/sgml/installation.sgml | 4 | 3 |
| src/include/catalog/pg_proc.dat | 1 | 1 |
From 522d6f7045b0194eca44177c13d18e7f4865a79f Mon Sep 17 00:00:00 2001
From: Tomas Vondra <tomas@vondra.me>
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:
<listitem>
<para>
Build with libnuma support for basic NUMA support.
- Only supported on platforms for which the <productname>libnuma</productname> library is implemented.
+ Only supported on platforms for which the <productname>libnuma</productname>
+ library is implemented.
</para>
</listitem>
</varlistentry>
@@ -2660,8 +2661,8 @@ ninja install
<listitem>
<para>
Build with libnuma support for basic NUMA support.
- Only supported on platforms for which the <productname>libnuma</productname> library is implemented.
- The default for this option is auto.
+ Only supported on platforms for which the <productname>libnuma</productname>
+ library is implemented. The default for this option is auto.
</para>
</listitem>
</varlistentry>
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