Re: Additional Chapter for Tutorial - arch-dev.sgml - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Additional Chapter for Tutorial - arch-dev.sgml
Date
Msg-id 71f768c2-ffb3-39c5-fb30-b6ec658533f6@iki.fi
Whole thread Raw
In response to Re: Additional Chapter for Tutorial - arch-dev.sgml  (Jürgen Purtz <juergen@purtz.de>)
Responses Re: Additional Chapter for Tutorial - arch-dev.sgml  (David Steele <david@pgmasters.net>)
List pgsql-hackers
On 21/01/2021 14:38, Jürgen Purtz wrote:
> This supervisor process is called <glossterm
> linkend="glossary-postmaster">postmaster</glossterm> and listens at
> a specified TCP/IP port for incoming connections. Whenever he
> detects a request for a connection, he spawns a new backend process.

It sounds weird to refer to a process with "he". I left out this hunk, 
and the other with similar changes.

Committed the rest, thanks!.

- Heikki



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: adding wait_start column to pg_locks
Next
From: Bharath Rupireddy
Date:
Subject: Re: Logical Replication - behavior of ALTER PUBLICATION .. DROP TABLE and ALTER SUBSCRIPTION .. REFRESH PUBLICATION