Skip to content

Commit af3e3a9

Browse files
committed
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
1 parent 989d3e4 commit af3e3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/pg_rewind.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ PostgreSQL documentation
182182
to be written safely to disk. This option causes
183183
<command>pg_rewind</command> to return without waiting, which is
184184
faster, but means that a subsequent operating system crash can leave
185-
the synchronized data directory corrupt. Generally, this option is
186-
useful for testing but should not be used when creating a production
185+
the data directory corrupt. Generally, this option is useful for
186+
testing but should not be used when creating a production
187187
installation.
188188
</para>
189189
</listitem>

0 commit comments

Comments
 (0)