Re: Add A Glossary
Jürgen Purtz <juergen@purtz.de>
From: Jürgen Purtz <juergen@purtz.de>
To: Corey Huinker <corey.huinker@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Roger Harkavy <rogerharkavy@gmail.com>, pgsql-hackers@postgresql.org,
Fabien COELHO <coelho@cri.ensmp.fr>, Michael Paquier <michael@paquier.xyz>
Date: 2020-04-01T07:34:41Z
Lists: pgsql-hackers, pgsql-docs
On 31.03.20 19:58, Justin Pryzby wrote: > On Tue, Mar 31, 2020 at 04:13:00PM +0200, Jürgen Purtz wrote: >> Please find some minor suggestions in the attachment. They are based on >> Corey's last patch 0001-glossary-v4.patch. >> @@ -220,7 +220,7 @@ >> Record</glossterm>s to the file system and creates a special >> checkpoint record. This process is initiated when predefined >> conditions are met, such as a specified amount of time has passed, or >> - a certain volume of records have been collected. >> + a certain volume of records has been collected. > I think you're correct in that "volume" is singular. But I think "collected" > is the wrong world. I suggested "written". > "collected" is not optimal. I suggest "created". Please avoid "written", the WAL records will be written when the Checkpointer is running, not before. So: "a certain volume of <glossterm>WAL records<glossterm> has been collected." Every thing else is ok for me. Kind regards, Jürgen
Commits
-
Glossary: Add term "base backup"
- 606c3845988d 14.0 landed
-
Minor glossary tweaks
- a0b2d583db9f 14.0 landed
- ac25e7b039d5 13.0 landed
-
Adjust some glossary terms
- 91a890bd7fef 13.0 landed
- 816cbb59e300 14.0 landed
-
Fix more typos and grammar problems in the glossary
- eeba6c7e4366 13.0 landed
-
Review of the glossary
- 756abe2bc760 13.0 landed
-
Add a glossary to the documentation
- 347d2b07fcc2 13.0 landed