From: Michael Paquier Date: Mon, 2 Nov 2020 06:15:37 +0000 (+0900) Subject: Fix some grammar and typos in comments and docs X-Git-Tag: REL9_6_20~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6671cdbde93b9b344d182dcbedeebff745a67c8;p=thirdparty%2Fpostgresql.git Fix some grammar and typos in comments and docs The documentation fixes are backpatched down to where they apply. Author: Justin Pryzby Discussion: https://postgr.es/m/20201031020801.GD3080@telsasoft.com Backpatch-through: 9.6 --- diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index 58eda6e351c..f231646ee9b 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -71,7 +71,7 @@ PostgreSQL documentation copied from the WAL archive to the pg_xlog directory, or fetched on startup by configuring recovery.conf. The use of pg_rewind is not limited to failover, e.g., a standby - server can be promoted, run some write transactions, and then rewinded + server can be promoted, run some write transactions, and then rewound to become a standby again.