Re: Additional Chapter for Tutorial - arch-dev.sgml
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Jürgen Purtz <juergen@purtz.de>
Cc: Erik Rijkers <er@xs4all.nl>,
"David G. Johnston" <david.g.johnston@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Justin Pryzby <pryzby@telsasoft.com>
Date: 2021-01-22T09:15:40Z
Lists: pgsql-hackers, pgsql-docs
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
Commits
-
Align some terms in arch-dev.sgml to glossary
- 6734e806958c 14.0 landed
-
doc: Copy-edit the "Overview of PostgreSQL Internals" chapter
- 29ad6595ef7f 14.0 landed
-
Merge postmaster and postgres command into just postgres. postmaster
- 5266f221a2e1 8.2.0 cited