Re: 18.4. Managing Kernel Resources

From: Yaroslav Saburov <y(dot)saburov(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: 18.4. Managing Kernel Resources
Date: 2026-08-23 10:09:54
Message-ID: 6600E0ED-EF15-448D-9E7C-C65584E48D35@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

In this section https://www.postgresql.org/docs/current/tutorial-arch.html, no other names for the main process are listed.

> 13 лип. 2026 р. о 10:45 Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> пише:
>
> On Mon, 2026-07-13 at 10:25 +0300, Yaroslav Saburov wrote:
>>> What is the name of the process used here? 12 лип. 2026 р. о 10:12 Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> пише:
>>>
>>> On Sun, 2026-07-12 at 07:46 +0300, Yaroslav Saburov wrote:
>>>> postgres(at)sql:~$ cat /pgdatabase/data/postmaster.pid
>>>> 58
>>>> /pgdatabase/data
>>>> 1783830699
>>>> 5432
>>>> /var/run/postgresql
>>>> localhost
>>>> 24381256 0
>>>> ready
>>>> postgres(at)sql:~$ ps 58
>>>> PID TTY STAT TIME COMMAND
>>>> 58 ? Ss 0:00 /usr/lib/postgresql/18/bin/postgres -D /pgdatabase/data -c config_file=/etc/postgresql/18/main/postgresql.conf
>>>>
>>>> Show me process postmaster?
>>>
>>> You found it!
>>>
>>> "Postmaster" is not the name of the executable or the process title (any more),
>>> it is just what we call that process. It is a technical term.
>>
>> You're wrong.
>>
>> Let's take a look:
>>
>> Section 18.3.1
>>
>> HINT: Is another postmaster already running on port 5432?
>
> I don't see the connection.
> But since you know enough to be certain that I am wrong, I am clearly not
> in a position to be of assistance.
>
> Yours,
> Laurenz Albe

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Brian Brennglass 2026-08-23 19:29:26 Re: [PATCH] doc: outline all planner nodes
Previous Message Bruce Momjian 2026-08-22 15:47:12 Re: Parameters - PARAMS - PARMS ...