pgsql: Docs: avoid confusing use of the word "synchronized"

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Docs: avoid confusing use of the word "synchronized"
Дата
Msg-id E1neNu4-000EUn-Lv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/af3e3a9b4f525c93c10a29bcaeadc179bed1cca1

Modified Files
--------------
doc/src/sgml/ref/pg_rewind.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Docs: avoid confusing use of the word "synchronized"
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: tweak textsearch.sgml for SEO purposes.