DOCS: typo on CLUSTER page
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.
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:t53526psql -h localhost -U postgresBuilt 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.gitIn a checkout you already have, add the fork once:
git remote add hackorum https://github.com/hackorum-dev/postgres.gitthen, for this patchset and every later one:
git fetch hackorum t53526_1 && git checkout t53526_1Patchset v1 (message #1) is on t53526_1
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
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.
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
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/
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
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
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
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
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