Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-04-05 Thread Alvaro Herrera
On 2021-Apr-05, Jürgen Purtz wrote: > In addition to this chain Erik introduced in November within the same thread > some changes to the chapter "Overview of Query Handling", which subsequently > was expanded by Heikki and me with the sequence of > 'arch-dev.sgml.x.diff' files. This is what I

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-04-04 Thread Alvaro Herrera
On 2021-Apr-04, Jürgen Purtz wrote: > The small patch 'arch-dev.sgml.20210121.diff' contains only some clearing up > concerning the used terminology and its alignments with the glossary. The > patch was rejected by Heikki. This comment is not helpful, because it's not obvious where would I find t

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-04-04 Thread Jürgen Purtz
On 03.04.21 21:01, Alvaro Herrera wrote: On 2021-Apr-03, Jürgen Purtz wrote: On 03.04.21 15:39, Alvaro Herrera wrote: Yes, there is. AFAICS Heikki committed a small wordsmithing patch -- not the large patch with the additional chapter. What can i do to move the matter forward? Please post a

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-04-03 Thread Alvaro Herrera
On 2021-Apr-03, Jürgen Purtz wrote: > On 03.04.21 15:39, Alvaro Herrera wrote: > > Yes, there is. AFAICS Heikki committed a small wordsmithing patch -- > > not the large patch with the additional chapter. > > What can i do to move the matter forward? Please post a version that applies to the cu

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-04-03 Thread Jürgen Purtz
On 03.04.21 15:39, Alvaro Herrera wrote: Yes, there is. AFAICS Heikki committed a small wordsmithing patch -- not the large patch with the additional chapter. What can i do to move the matter forward? -- J. Purtz

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-04-03 Thread Alvaro Herrera
On 2021-Mar-25, David Steele wrote: > On 1/22/21 4:15 AM, Heikki Linnakangas wrote: > > On 21/01/2021 14:38, Jürgen Purtz wrote: > > > This supervisor process is called > > linkend="glossary-postmaster">postmaster and listens at > > > a specified TCP/IP port for incoming connections. Whenever he

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-03-25 Thread David Steele
On 1/22/21 4:15 AM, Heikki Linnakangas wrote: On 21/01/2021 14:38, Jürgen Purtz wrote: This supervisor process is called postmaster 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

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-01-22 Thread Heikki Linnakangas
On 21/01/2021 14:38, Jürgen Purtz wrote: This supervisor process is called postmaster 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 thi

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-01-21 Thread Jürgen Purtz
On 18.01.21 15:13, Heikki Linnakangas wrote: On 20/11/2020 23:52, Erik Rijkers wrote: (smallish) Changes to arch-dev.sgml This looks good to me. One little complaint: @@ -125,7 +122,7 @@ use a supervisor process (also master process) that spawns a new server process every time

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-01-18 Thread Jürgen Purtz
On 18.01.21 15:13, Heikki Linnakangas wrote: On 20/11/2020 23:52, Erik Rijkers wrote: (smallish) Changes to arch-dev.sgml This looks good to me. One little complaint: @@ -125,7 +122,7 @@ use a supervisor process (also master process) that spawns a new server process every time

Re: Additional Chapter for Tutorial - arch-dev.sgml

2021-01-18 Thread Heikki Linnakangas
On 20/11/2020 23:52, Erik Rijkers wrote: (smallish) Changes to arch-dev.sgml This looks good to me. One little complaint: @@ -125,7 +122,7 @@ use a supervisor process (also master process) that spawns a new server process every time a connection is requested. This supervisor -

Re: Additional Chapter for Tutorial - arch-dev.sgml

2020-11-20 Thread Erik Rijkers
On 2020-11-15 19:45, Jürgen Purtz wrote: (smallish) Changes to arch-dev.sgml Erik --- ./doc/src/sgml/arch-dev.sgml.orig 2020-11-20 19:14:21.576775798 +0100 +++ ./doc/src/sgml/arch-dev.sgml 2020-11-20 21:43:10.435370787 +0100 @@ -7,7 +7,7 @@ Author This chapter originated as part