ensure, not insure
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-11-08T06:55:37Z
Lists: pgsql-hackers
Attachments
- v1-0001-ensure-not-insure.patch (application/octet-stream) patch v1-0001
Hi,
While looking at GUC messages today I noticed the following:
gettext_noop("The server will use the fsync() system call in several
places to make "
"sure that updates are physically written to disk. This insures "
"that a database cluster will recover to a consistent state after "
"an operating system or hardware crash.")
~
I believe the word should have been "ensures"; not "insures".
In passing I found/fixed a bunch of similar misuses in comments.
======
Kind Regards,
Peter Smith.
Fujitsu Australia.
Commits
-
Ensure we use the correct spelling of "ensure"
- 2be564507588 12.18 landed
- cd75e30398a6 13.14 landed
- 33185d3042ef 14.11 landed
- 456d697bae08 15.6 landed
- ef7c36555179 16.2 landed
- 10d34fefc2ab 17.0 landed