public inbox for [email protected]
help / color / mirror / Atom feed[PATCH 10/18] doc review for checksum docs
2+ messages / 2 participants
[nested] [flat]
* [PATCH 10/18] doc review for checksum docs
@ 2021-01-17 16:57 Justin Pryzby <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Justin Pryzby @ 2021-01-17 16:57 UTC (permalink / raw)
cf621d9d84db1e6edaff8ffa26bad93fdce5f830
---
doc/src/sgml/wal.sgml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index 66de1ee2f8..02f576a1a9 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -237,19 +237,19 @@
</indexterm>
<para>
- Data pages are not checksum protected by default, but this can optionally be
- enabled for a cluster. When enabled, each data page will be assigned a
- checksum that is updated when the page is written and verified every time
- the page is read. Only data pages are protected by checksums, internal data
+ By default, data pages are not protected by checksums, but this can optionally be
+ enabled for a cluster. When enabled, each data page will be ASSIGNED a
+ checksum that is updated when the page is written and verified each time
+ the page is read. Only data pages are protected by checksums; internal data
structures and temporary files are not.
</para>
<para>
- Checksums are normally enabled when the cluster is initialized using <link
+ Checksums verification is normally ENABLED when the cluster is initialized using <link
linkend="app-initdb-data-checksums"><application>initdb</application></link>.
They can also be enabled or disabled at a later time as an offline
operation. Data checksums are enabled or disabled at the full cluster
- level, and cannot be specified individually for databases or tables.
+ level, and cannot be specified for individual databases or tables.
</para>
<para>
@@ -260,9 +260,9 @@
</para>
<para>
- When attempting to recover from corrupt data it may be necessary to bypass
- the checksum protection in order to recover data. To do this, temporarily
- set the configuration parameter <xref linkend="guc-ignore-checksum-failure" />.
+ When attempting to recover from corrupt data, it may be necessary to bypass
+ the checksum protection. To do this, temporarily set the configuration
+ parameter <xref linkend="guc-ignore-checksum-failure" />.
</para>
<sect2 id="checksums-offline-enable-disable">
--
2.17.0
--lc9FT7cWel8HagAv
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0011-duplicate-words.patch"
^ permalink raw reply [nested|flat] 2+ messages in thread
* pgsql: Rename contrib module basic_archive to basic_wal_module
@ 2023-01-25 05:37 Michael Paquier <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Michael Paquier @ 2023-01-25 05:37 UTC (permalink / raw)
To: [email protected]
Rename contrib module basic_archive to basic_wal_module
This rename is in preparation for the introduction of recovery modules,
where basic_wal_module will be used as a base template for the set of
callbacks introduced. The former name did not really reflect all that.
Author: Nathan Bossart
Discussion: https://postgr.es/m/20221227192449.GA3672473@nathanxps13
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0ad3c60caf5f77edfefaf8850fbba5ea4fe28640
Modified Files
--------------
contrib/Makefile | 2 +-
contrib/basic_archive/basic_archive.conf | 4 ---
contrib/basic_archive/meson.build | 34 ----------------------
.../{basic_archive => basic_wal_module}/.gitignore | 0
.../{basic_archive => basic_wal_module}/Makefile | 14 ++++-----
.../basic_wal_module.c} | 26 ++++++++---------
contrib/basic_wal_module/basic_wal_module.conf | 4 +++
.../expected/basic_wal_module.out} | 0
contrib/basic_wal_module/meson.build | 34 ++++++++++++++++++++++
.../sql/basic_wal_module.sql} | 0
contrib/meson.build | 2 +-
doc/src/sgml/appendix-obsolete-basic-archive.sgml | 25 ++++++++++++++++
doc/src/sgml/appendix-obsolete.sgml | 1 +
doc/src/sgml/archive-modules.sgml | 2 +-
.../{basic-archive.sgml => basic-wal-module.sgml} | 30 +++++++++----------
doc/src/sgml/contrib.sgml | 2 +-
doc/src/sgml/filelist.sgml | 3 +-
17 files changed, 105 insertions(+), 78 deletions(-)
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2023-01-25 05:37 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 16:57 [PATCH 10/18] doc review for checksum docs Justin Pryzby <[email protected]>
2023-01-25 05:37 pgsql: Rename contrib module basic_archive to basic_wal_module Michael Paquier <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox