Re: Assorted typo fixes
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: Shubham Khanna <khannashubham1197@gmail.com>,
pgsql-hackers@postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2024-01-02T17:34:20Z
Lists: pgsql-hackers
On Mon, Jan 1, 2024 at 6:05 PM Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote: > Thanks. I've fixed the commit message (and elaborated it a bit more why > I think it's a valid and safe fix). Regarding 0001: - AIUI, check_decls.m4 is copied from an upstream project, so I don't think we should tinker with it. - I'm not convinced by encrypter->encryptor - I'm not convinced by multidimension-aware->multidimensional-aware - I'm not convinced by cachable->cacheable - You corrected restorting to restarting, but I'm wondering if Andres intended restoring? Committed the rest of 0001. 0002-0005 look OK to me, so I committed those as well. With regard to 0006, we typically use indexes rather than indices as the plural of "index", although exceptions exist. I haven't looked at the rest. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
doc: fix typo "vertexes" -> "vertices"
- 793ecff7df80 17.0 landed
-
Fix some typos
- 359a3c586d7f 17.0 landed
-
jsonpath_exec: fix typo "absense" -> "absence"
- 5bc7b33b4e16 17.0 landed
-
libpq: fix typo "occurences" -> "occurrences" in tests
- ff09129bec28 17.0 landed
-
gist: fix typo "split(t)ed" -> "split"
- e62e73f3a2f2 17.0 landed
-
tsquery: fix typo "rewrited" -> "rewritten"
- 591cf626e71b 17.0 landed
-
Fix typos in comments and in one isolation test.
- 0d9937d11856 17.0 landed
-
*** empty log message ***
- 339a5bbfb17e 7.1.1 cited