DOCS: typo on CLUSTER page

Started by Peter Smith5 months ago10 messageshackers
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

won't retrysuccessCI history

You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:

docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t53526
psql -h localhost -U postgres

Built from patchset v1 (message #1), July 27, 2026 at 03:08 AM.

Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:

git clone --branch t53526_1 https://github.com/hackorum-dev/postgres.git

In a checkout you already have, add the fork once:

git remote add hackorum https://github.com/hackorum-dev/postgres.git

then, for this patchset and every later one:

git fetch hackorum t53526_1 && git checkout t53526_1

Patchset v1 (message #1) is on t53526_1

Jump to latest
#1Peter Smith
smithpb2250@gmail.com

Hi.

Is this a tiny typo on the CLUSTER docs page?

PSA patch.

======
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachments:

t53526_1
v1-0001-CLUSTER-docs-typo.patchapplication/octet-stream; name=v1-0001-CLUSTER-docs-typo.patchDownload+1-2
#2Michael Paquier
michael@paquier.xyz
In reply to: Peter Smith (#1)
Re: DOCS: typo on CLUSTER page

On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:

Is this a tiny typo on the CLUSTER docs page?

It is. Except if Alvaro thinks otherwise, I am putting that into my
bag of HEAD-only typos.
--
Michael

#3Bruce Momjian
bruce@momjian.us
In reply to: Michael Paquier (#2)
Re: DOCS: typo on CLUSTER page

On Wed, Mar 18, 2026 at 11:08:53AM +0900, Michael Paquier wrote:

On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:

Is this a tiny typo on the CLUSTER docs page?

It is. Except if Alvaro thinks otherwise, I am putting that into my
bag of HEAD-only typos.

Wow, good, catch, I didn't know this:

https://owl.purdue.edu/owl/general_writing/grammar/using_articles.html

a + singular noun beginning with a consonant sound: a user (sounds
like 'yoo-zer,' i.e. begins with a consonant 'y' sound, so 'a'
is used); a university; a unicycle

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com

Do not let urgent matters crowd out time for investment in the future.

#4Michael Paquier
michael@paquier.xyz
In reply to: Bruce Momjian (#3)
Re: DOCS: typo on CLUSTER page

On Tue, Mar 17, 2026 at 10:39:49PM -0400, Bruce Momjian wrote:

Wow, good, catch, I didn't know this:

https://owl.purdue.edu/owl/general_writing/grammar/using_articles.html

a + singular noun beginning with a consonant sound: a user (sounds
like 'yoo-zer,' i.e. begins with a consonant 'y' sound, so 'a'
is used); a university; a unicycle

(English teachers in France are very noisy about all these grammar
rules in middle school.)

FYI, we have also this pearl in the tree, as of HEAD:
src/test/modules/test_extensions/t/001_extension_control_path.pl:
# Create an user to test permissions to read extension locations.

:D
--
Michael

#5Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Michael Paquier (#2)
Re: DOCS: typo on CLUSTER page

On 2026-Mar-18, Michael Paquier wrote:

On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:

Is this a tiny typo on the CLUSTER docs page?

It is. Except if Alvaro thinks otherwise, I am putting that into my
bag of HEAD-only typos.

That's fine with me, thanks.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

#6Peter Smith
smithpb2250@gmail.com
In reply to: Michael Paquier (#2)
Re: DOCS: typo on CLUSTER page

On Wed, Mar 18, 2026 at 1:08 PM Michael Paquier <michael@paquier.xyz> wrote:

On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:

Is this a tiny typo on the CLUSTER docs page?

It is. Except if Alvaro thinks otherwise, I am putting that into my
bag of HEAD-only typos.

Did my tiny patch get lost in the bottom of your bag?

======
Kind Regards,
Peter Smith.
Fujitsu Australia

#7Peter Smith
smithpb2250@gmail.com
In reply to: Peter Smith (#6)
Re: DOCS: typo on CLUSTER page

On Tue, Apr 7, 2026 at 3:35 PM Peter Smith <smithpb2250@gmail.com> wrote:

On Wed, Mar 18, 2026 at 1:08 PM Michael Paquier <michael@paquier.xyz> wrote:

On Wed, Mar 18, 2026 at 12:43:06PM +1100, Peter Smith wrote:

Is this a tiny typo on the CLUSTER docs page?

It is. Except if Alvaro thinks otherwise, I am putting that into my
bag of HEAD-only typos.

Did my tiny patch get lost in the bottom of your bag?

FWIW, here [1]https://github.com/postgres/postgres/blob/master/src/backend/replication/logical/worker.c#L4983 is a similar typo in a code comment where "a upper
bound" should say "an upper bound"

======
[1]: https://github.com/postgres/postgres/blob/master/src/backend/replication/logical/worker.c#L4983

Kind Regards,
Peter Smith.
Fujitsu Australia

#8Michael Paquier
michael@paquier.xyz
In reply to: Peter Smith (#6)
Re: DOCS: typo on CLUSTER page

On Tue, Apr 07, 2026 at 03:35:08PM +1000, Peter Smith wrote:

Did my tiny patch get lost in the bottom of your bag?

It's on one of my staging branches. No worries.
--
Michael

#9Michael Paquier
michael@paquier.xyz
In reply to: Peter Smith (#7)
Re: DOCS: typo on CLUSTER page

On Tue, Apr 07, 2026 at 03:46:51PM +1000, Peter Smith wrote:

FWIW, here [1] is a similar typo in a code comment where "a upper
bound" should say "an upper bound"

Thanks, grabbed.
--
Michael

#10Peter Smith
smithpb2250@gmail.com
In reply to: Michael Paquier (#9)
Re: DOCS: typo on CLUSTER page

On Tue, Apr 7, 2026 at 4:29 PM Michael Paquier <michael@paquier.xyz> wrote:

On Tue, Apr 07, 2026 at 03:46:51PM +1000, Peter Smith wrote:

FWIW, here [1] is a similar typo in a code comment where "a upper
bound" should say "an upper bound"

Thanks, grabbed.
--
Michael

Thanks for pushing.

======
Kind Regards.
Peter Smith.
Fujitsu Australia