From: | Jacob Brazeal <jacob(dot)brazeal(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Fixing various typos in comments and docs |
Date: | 2025-03-03 00:39:58 |
Message-ID: | CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
This patch fixes various typos I've found, most of them from recent
commits. I think none should be controversial except perhaps
--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -801,7 +801,7 @@ psql --username=postgres --file=script.sql postgres
</para>
<para>
- Because not all statistics are not transferred by
+ Because not all statistics are transferred by
<command>pg_upgrade</command>, you will be instructed to run a
command to
regenerate that information at the end of the upgrade. You might
need to
set connection parameters to match your new cluster.
Separately from this, I have been working on some tooling to flag typos in
new commits. Is that something we'd ever want to automate?
Regards,
Jacob
Attachment | Content-Type | Size |
---|---|---|
v01_fix_typos.patch | application/octet-stream | 5.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-03-03 01:48:23 | Re: per backend WAL statistics |
Previous Message | Fujii Masao | 2025-03-03 00:21:04 | Re: Extend postgres_fdw_get_connections to return remote backend pid |