Re: typos - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: typos
Date
Msg-id Y+SIhEEVYkZf9P2f@paquier.xyz
Whole thread Raw
In response to Re: typos  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: typos
List pgsql-hackers
On Wed, Feb 08, 2023 at 09:56:44AM -0600, Justin Pryzby wrote:
> Some more accumulated/new typos.

0001 has been a debate for a long time, and it depends on the way SQL
is spelled.  For reference:
$ git grep -i " an sql" -- *.c | wc -l
63
$ git grep -i " a sql" -- *.c | wc -l
135

0005 can indeed fix a lot of confusion around the spaces after an
"else if" block.  Is that something that could be automated with the
indentation, though?  Same remark for 0009 and 0010.

Applied 0002, 0003, 0004, 0006, after rewording a bit 0003 to mention
the compression type.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_upgrade failures with large partition definitions on upgrades from ~13 to 14~
Next
From: "Takamichi Osumi (Fujitsu)"
Date:
Subject: RE: Exit walsender before confirming remote flush in logical replication