Re: fix typos

Euler Taveira <euler@eulerto.com>

From: "Euler Taveira" <euler@eulerto.com>
To: "John Naylor" <john.naylor@enterprisedb.com>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Justin Pryzby" <pryzby@telsasoft.com>, "Erik Rijkers" <er@xs4all.nl>, "PostgreSQL Hackers" <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-12T12:04:21Z
Lists: pgsql-hackers
On Fri, Aug 12, 2022, at 3:59 AM, John Naylor wrote:
> This is really a straw-man proposal, since I'm not volunteering to do
> the work, or suggest anybody else should do the same. That being the
> case, it seems we should just go ahead with Justin's patch for
> consistency. Possibly we could also change the messages to say "ID"?
... or say

        could not drop replication origin %u, in use by PID %d

AFAICS there is no "with ID" but there is "with identifier". I personally
prefer to omit these additional words; it seems clear without them.


--
Euler Taveira
EDB   https://www.enterprisedb.com/

Commits

  1. Fix formatting and comment typos

  2. Fix assorted doc typos

  3. Clarify DROP EXTENSION docs regarding explicitly dependent routines

  4. doc: clarify how dropping of extensions affects dependent objs.

  5. Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.