Re: doc review for v13
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-04-10T02:27:46Z
Lists: pgsql-hackers
On Wed, Apr 08, 2020 at 11:56:53AM -0500, Justin Pryzby wrote:
> I previously mailed separately about a few individual patches, some of which
> have separate, ongoing discussion and aren't included here (incr sort, parallel
> vacuum).
I have gone through your changes, and committed what looked like the
most obvious mistakes in my view. Please see below for more
comments.
required pages to remove both downlink and rightlink are already locked. That
-evades potential right to left page locking order, which could deadlock with
+avoid potential right to left page locking order, which could deadlock with
Not sure which one is better, but the new change is grammatically
incorrect.
<varname>auto_explain.log_settings</varname> controls whether information
- about modified configuration options are printed when execution plan is logged.
- Only options affecting query planning with value different from the built-in
+ about modified configuration options is printed when an execution plan is logged.
+ Only those options which affect query planning and whose value differs from its built-in
Depends on how you read the sentence, but here is seemt to me that
"statistics" is the correct subject, no?
- replication is disabled. Abrupt streaming client disconnection might
+ replication is disabled. Abrupt disconnection of a streaming client might
Original looks correct to me here.
<literal>_tz</literal> suffix. These functions have been implemented to
- support comparison of date/time values that involves implicit
+ support comparison of date/time values that involve implicit
The subject is "comparison" here, no?
may be included. It also stores the size, last modification time, and
- an optional checksum for each file.
+ optionally a checksum for each file.
The original sounds fine to me as well.
Anything related to imath.c needs to be reported upstream, though I
recall reporting these two already.
--
Michael
Commits
-
Copy editing: fix a bunch of misspellings and poor wording.
- e62c5ea22c12 13.0 landed
- 9436041ed848 14.0 landed
-
doc: Fix some grammar and inconsistencies
- a4c0dbc447c7 9.6.20 landed
- d56d33052183 10.15 landed
- 447c1cb2f67f 11.10 landed
- 25ff747721a5 12.5 landed
- b3d89b7a8896 13.0 landed
- aad546bd0a51 14.0 landed
-
Fix some comments referring to past features
- 7a3543c2ea23 14.0 landed
-
Fix typos and some format mistakes in comments
- aaf8c990502f 14.0 landed
-
Fix some typos
- 641b76d9d12f 13.0 landed
-
Fix collection of typos and grammar mistakes in the tree, volume 2
- 8128b0c152a6 13.0 landed
-
Rename pg_validatebackup to pg_verifybackup.
- dbc60c5593f2 13.0 cited
-
Fix collection of typos and grammar mistakes in the tree
- dd0f37eccecc 13.0 landed