Re: fix typos

Erik Rijkers <er@xs4all.nl>

From: Erik Rijkers <er@xs4all.nl>
To: John Naylor <john.naylor@enterprisedb.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, bruce@momjian.us
Date: 2022-08-02T08:32:15Z
Lists: pgsql-hackers
Op 02-08-2022 om 07:28 schreef John Naylor:
> 
> On Tue, Aug 2, 2022 at 1:05 AM Erik Rijkers <er@xs4all.nl 
> <mailto:er@xs4all.nl>> wrote:
>  >
>  > Recent typos...
> 
> The part of the sentence inside parentheses is not clear to me, before 
> or after the patch:
> 
>      Dropping an extension causes its component objects, and other 
> explicitly
>      dependent routines (see <xref linkend="sql-alterroutine"/>,
> -   the depends on extension action), to be dropped as well.
> +   that depend on extension action), to be dropped as well.
>     </para>
> 

Hm, I see what you mean, I did not notice that earlier and I won't make 
a guess as to intention.  Maybe Bruce can have another look? (commit 
5fe2d4c56e)


> --
> John Naylor
> EDB: http://www.enterprisedb.com <http://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.