Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1widEi-000K9j-0G for pgsql-docs@arkaria.postgresql.org; Sat, 11 Jul 2026 19:19:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1widEf-004sGo-0v for pgsql-docs@arkaria.postgresql.org; Sat, 11 Jul 2026 19:19:38 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1widEf-004sGg-0F for pgsql-docs@lists.postgresql.org; Sat, 11 Jul 2026 19:19:37 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1widEd-00000000Dtl-2ZEC for pgsql-docs@lists.postgresql.org; Sat, 11 Jul 2026 19:19:36 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 66BJJXoa3007908; Sat, 11 Jul 2026 15:19:33 -0400 From: Tom Lane To: y.saburov@gmail.com cc: pgsql-docs@lists.postgresql.org Subject: Re: 18.4. Managing Kernel Resources In-reply-to: <178368240694.880999.12059698684907828656@wrigleys.postgresql.org> References: <178368240694.880999.12059698684907828656@wrigleys.postgresql.org> Comments: In-reply-to PG Doc comments form message dated "Fri, 10 Jul 2026 11:20:06 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <3007906.1783797573.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sat, 11 Jul 2026 15:19:33 -0400 Message-ID: <3007907.1783797573@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk PG Doc comments form writes: > you continue to use the server process name as =E2=80=9Cpostmaster=E2=80= =9D!!! way too many > times (find and replace it) This is intentional. See the Glossary [1]: Postmaster (process) The very first process of an instance. It starts and manages the auxiliary processes and creates backend processes on demand. The postmaster shares an executable file with the other processes, but it's still a distinct concept. regards, tom lane [1] https://www.postgresql.org/docs/current/glossary.html