Re: Minor documentation fix - missing blank space

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Japin Li <japinli(at)hotmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Minor documentation fix - missing blank space
Date: 2021-11-24 16:38:53
Message-ID: 5d109911-50cb-3d79-fab6-88f157f8da44@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 24/11/2021 16:49, Japin Li wrote:
> When I read the documentation about Overview of PostgreSQL Internals - Executor [1],
> I find there is a missing space in the documentation.
>
> diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml
> index 7aff059e82..c2be28fac8 100644
> --- a/doc/src/sgml/arch-dev.sgml
> +++ b/doc/src/sgml/arch-dev.sgml
> @@ -559,7 +559,7 @@
> A simple <command>INSERT ... VALUES</command> command creates a
> trivial plan tree consisting of a single <literal>Result</literal>
> node, which computes just one result row, feeding that up
> - to<literal>ModifyTable</literal> to perform the insertion.
> + to <literal>ModifyTable</literal> to perform the insertion.
> </para>
>
> </sect1>

Applied, thanks!

- Heikki

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2021-11-24 17:06:58 Re: Rename dead_tuples to dead_items in vacuumlazy.c
Previous Message Robert Haas 2021-11-24 16:37:28 Re: xlog.c: removing ReadRecPtr and EndRecPtr