Re: typos
Justin Pryzby <pryzby@telsasoft.com>
Attachments
- 0001-doc-Remove-synchronized-from-no-sync.patch (text/x-diff)
On Mon, Apr 11, 2022 at 04:39:30PM +1200, David Rowley wrote: > I'm not entirely certain this is an improvement. Your commit message > I'd say is not true going by git grep "compression algorithm". There > are 3 matches in the docs and take [1], for example. I'd say in that > one it's better to use "algorithm". In that case, "method" could be > talking about client or server. I am not wedded to this change; but, for context, I wrote this patch before basebackup supported multiple compression ... "things". I didn't touch basebackup here, since Robert defended that choice of words in another thread (starting at 20220320194050.GX28503@telsasoft.com). This change is for pg_column_compression(), and the only other use of "compression algorithm" in the docs is in pgcrypto (which is in contrib). That the docs consistently use "method" suggests continuing to use that rather than something else. It could be described in some central place (like if we support common syntax between interfaces which expose compression). > 0010: > I don't understand this change. The commit message mentions 959f6d6a1, which makes newbindir optional. But the documentation wasn't updated, and seems to indicate that it's still required. https://www.postgresql.org/docs/devel/pgupgrade.html > 0011: > I can't quite parse the original. I might not have enough context > here. Robert, Joe? (new to master) See the link in the commit message where someone else reported the same problem. > 0019: > -1. pgindent will fix these. But two of those are from 2016. Thanks for amending and pushing those. There's some more less obvious ones attached. Amit or Masahiko may want to comment on 0012 (doc review: Add ALTER SUBSCRIPTION ... SKIP).
Commits
-
Fix typos and grammar in code and test comments
- 45edde037efc 15.0 landed
-
Standardize references to Zstandard as <productname>
- 586955dddecc 15.0 landed
-
CREATE PUBLICATION ref: Minor tweaks to row filters
- bb85eec6fe91 15.0 landed
-
Add missing spaces after single-line comments
- a00fd066b1b6 15.0 landed
-
Docs: fix some spelling mistakes and also do some wordsmithing
- ac8be0cb9578 15.0 landed
-
Remove extraneous blank lines before block-closing braces
- 24d2b2680a8d 15.0 landed
-
Docs: wording improvement for compute_query_id = regress
- ea669b808838 14.3 landed
- a59746d31126 15.0 landed
-
Docs: tidy up various usages of the productname tag
- fdc18ea23b39 15.0 landed
-
Docs: adjust wording about basebackup_to_shell's required_role GUC
- d27323db7c45 15.0 landed
-
Docs: adjust pg_upgrade syntax to mark -B as optional
- 9144fa27dd7f 13.7 landed
- e286be5d0531 14.3 landed
- 0f0b76b67a06 15.0 landed
-
Docs: avoid confusing use of the word "synchronized"
- af3e3a9b4f52 12.11 landed
- e22fd217ec5b 13.7 landed
- 3a95dfe4025f 14.3 landed
- 55ff3563d8fa 15.0 landed
-
Fix grammatical errors and typos in logical replication docs.
- aeebb8bf233e 15.0 landed
-
Docs: Mention that relpersistence is for sequences now too
- e0064f0ff6df 15.0 landed
-
Fix various typos and spelling mistakes in code comments
- b0e5f02ddc83 15.0 landed
-
Docs: Fix various mistakes and typos
- bba3c35b29d0 15.0 landed