Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55ff356

Browse files
committed
Docs: avoid confusing use of the word "synchronized"
It's misleading to call the data directory the "synchronized datadirectory" when discussing a crash scenario when using pg_rewind's--no-sync option. Here we just remove the word "synchronized" to avoidany possible confusion.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220411020336.GB26620@telsasoft.comBackpatch-through: 12, where --no-sync was added
1 parent7fc0e7d commit55ff356

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
@@ -210,8 +210,8 @@ PostgreSQL documentation
210210
to be written safely to disk. This option causes
211211
<command>pg_rewind</command> to return without waiting, which is
212212
faster, but means that a subsequent operating system crash can leave
213-
thesynchronizeddata directory corrupt. Generally, this option is
214-
useful fortesting but should not be used on a production
213+
the data directory corrupt. Generally, this option is useful for
214+
testing but should not be used on a production
215215
installation.
216216
</para>
217217
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp