| From: | Yaroslav Saburov <y(dot)saburov(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: 18.4. Managing Kernel Resources |
| Date: | 2026-07-12 04:46:11 |
| Message-ID: | 94B4FB0B-E609-4C8D-BEDA-5DE1755933DC@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
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?
> 11 лип. 2026 р. о 22:19 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> пише:
>
> PG Doc comments form <noreply(at)postgresql(dot)org> writes:
>> you continue to use the server process name as “postmaster”!!! 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Laurenz Albe | 2026-07-12 07:12:51 | Re: 18.4. Managing Kernel Resources |
| Previous Message | David G. Johnston | 2026-07-11 21:10:24 | Re: Postgres Protocol Message Formats Clarification |