Re: Fix typos and inconsistencies for HEAD (take 9)

Alexander Law <exclusion@gmail.com>

From: Alexander Lakhin <exclusion@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-08-05T03:44:46Z
Lists: pgsql-hackers

Attachments

Hello Michael,

05.08.2019 6:15, Michael Paquier wrote:
>> 9.41. OWNER_TO -> OWNER TO
> This one needs a back-patch.  I'll fix that separately.
>
I believe that all the fixes in doc/ should be back-patched too. If it's
not too late, I can produce such patches for the nearest releases.
>> 9.75. Point-in-Time -> Point-In-Time
> Why?  The original looks correct to me.
acronyms.sgml contains such spelling:
    <term><acronym>PITR</acronym></term>
    <listitem>
     <para>
      <link linkend="continuous-archiving">Point-In-Time
      Recovery</link> (Continuous Archiving)
     </para>
>> Also, please fix my typo (from the previous set), that was somehow
>> silted through a double check.
> Which one is that, please?  It is likely possible that some obvious
> stuff has been forgotten.
"It the username successfully retrieved,..." (fix_for_fix_8.15.patch)
> Committed a large bunch of this stuff.  Please note that the
> indentation was incorrect in a couple of places, including the change
> in src/tools/msvc/.
Thank you. I will check my Tab settings next time.

Best regards,
Alexander

Commits

  1. Fix tab completion for ALTER LANGUAGE in psql

  2. Fix inconsistencies and typos in the tree, take 9