| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Alexander Lakhin <exclusion(at)gmail(dot)com> |
| Cc: | "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org> |
| Subject: | Re: Some typos in documentation |
| Date: | 2019-01-13 00:34:36 |
| Message-ID: | 20190113003435.GA32588@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Sun, Jan 13, 2019 at 12:17:07AM +0300, Alexander Lakhin wrote:
> While cross-checking the unique words in doc/ I found a few typos.
Those are good finds, thanks for the report!
> LockFileCreateWrite -- Should be spelled as LockFileCreateWRITE (as in
> pgstat.c) or LockFileCreateWRITE in pg.stat.s should use CamelCase in
> whole. I don't find any dependencies so I would prefer the latter.
For consistency with the rest I think that we should use
LockFileCreateWrite in pgstat.c as well as you do, though this could
be qualified as a behavior change. That's also the grammar which is
documented since the beginning. Any objections from others?
> All the corresponding patches are attached.
Cool, I'll see to apply them where needed. I'll just wait to see if
anybody has comments about the pgstat.c portion.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2019-01-14 14:42:35 | DOC not so clear |
| Previous Message | Alexander Lakhin | 2019-01-12 21:17:07 | Some typos in documentation |