v2-0004-Tweak-docs-to-reduce-possible-impact-of-data-checksums.patch
application/octet-stream
Filename: v2-0004-Tweak-docs-to-reduce-possible-impact-of-data-checksums.patch
Type: application/octet-stream
Part: 0
Message:
Re: Enable data checksums by default
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 v2-0004
Subject: Tweak docs to reduce possible impact of data checksums
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/initdb.sgml | 1 | 1 |
From 09b5fcfe7fb7dec0a89a16864535cbf1d9bab57d Mon Sep 17 00:00:00 2001
From: Greg Sabino Mullane <greg@turnstep.com>
Date: Fri, 23 Aug 2024 09:42:12 -0400
Subject: [PATCH v2 4/4] Tweak docs to reduce possible impact of data checksums
---
doc/src/sgml/ref/initdb.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index afc6643412..e7343e9e39 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -267,7 +267,7 @@ PostgreSQL documentation
<para>
Use checksums on data pages to help detect corruption by the
I/O system that would otherwise be silent. Enabling checksums
- may incur a noticeable performance penalty. If set, checksums
+ may incur a small performance penalty. If set, checksums
are calculated for all objects, in all databases. All checksum
failures will be reported in the
<link linkend="monitoring-pg-stat-database-view">
--
2.30.2