summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-04-13 09:17:17 +1200
committerDavid Rowley <drowley@postgresql.org>2022-04-13 09:17:17 +1200
commite22fd217ec5b5b454febd5c1a1cc3c3f1c4e3a63 (patch)
treebd0d44a4a6b4053f70bdb56b0dd5f2cfc1292945
parent87166d25a4569ac06dc3dcf44fa8c12f0263f836 (diff)
downloadpostgresql-e22fd217ec5b5b454febd5c1a1cc3c3f1c4e3a63.tar.gz
Docs: avoid confusing use of the word "synchronized"
It's misleading to call the data directory the "synchronized data directory" when discussing a crash scenario when using pg_rewind's --no-sync option. Here we just remove the word "synchronized" to avoid any possible confusion. Author: Justin Pryzby Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com Backpatch-through: 12, where --no-sync was added
-rw-r--r--doc/src/sgml/ref/pg_rewind.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml
index d24584256e..cdfacf7088 100644
--- a/doc/src/sgml/ref/pg_rewind.sgml
+++ b/doc/src/sgml/ref/pg_rewind.sgml
@@ -210,8 +210,8 @@ PostgreSQL documentation
to be written safely to disk. This option causes
<command>pg_rewind</command> to return without waiting, which is
faster, but means that a subsequent operating system crash can leave
- the synchronized data directory corrupt. Generally, this option is
- useful for testing but should not be used on a production
+ the data directory corrupt. Generally, this option is useful for
+ testing but should not be used on a production
installation.
</para>
</listitem>